3.7.4 • Published 6 years ago

checkjs v3.7.4

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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
3.7.4

6 years ago

3.7.3

7 years ago

3.7.0

7 years ago

3.6.0-0

7 years ago

3.5.1

7 years ago

3.5.0

7 years ago

3.4.0

7 years ago

3.3.1

7 years ago

3.2.0-0

7 years ago

1.3.0-pre.0

7 years ago

1.2.6-pre.0

7 years ago

0.0.1-security

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

10 years ago