check
IMPORTANT:
checkjs
was discontinued in favour of@valuer/main
. Consider using it instead.
check (or checkjs) is a library of various validation methods.
// somewhere in the codeconst numbers = 8 11 -5 32; if check ; // this does not happen
Install
npm i checkjs
# consider npm i @valuer/main instead