This package has been deprecated

Author message:

checkjs was discontinued in favour of Valuer. Consider 'npm i --save @valuer/main' instead

checkjs

3.7.4 • Public • Published

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 code
const numbers = [8, 11, -5, 32];
 
if (check.every(numbers).isPositive())
    doSomething(); // this does not happen

Install

npm i checkjs
# consider npm i @valuer/main instead

Package Sidebar

Install

npm i checkjs

Weekly Downloads

0

Version

3.7.4

License

MIT

Unpacked Size

88.3 kB

Total Files

22

Last publish

Collaborators

  • parzhitsky