Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Latest commit

 

History

History

plugin-assert

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

❓ plugin-assert

npm linux windows coverage deps

Node.js assert().

Install

$ yarn add --dev @start/plugin-assert
# or
$ npm install --save-dev @start/plugin-assert

Usage

Signature

assert(arg: any, message?: string)

Example

export const task = (arg) => assert(arg, 'arg is required')