valcheck
v1.2.4
Published
A JavaScript value checker for NodeJS
Downloads
51
Readme
Valcheck
A NodeJS value checker.
Development
- run tests:
npm run test
(uses Mocha)
- run code style checker:
npm run lint
(uses TSLint)
Versioning and publishing
Versioning is handled by bump2version.
Publishing is handled by the ci.