dbc
v3.0.0
Published
Design by contract and type checking assertions
Downloads
105
Readme
dbc
Basic design by contract support for node.js.
Usage
See the tests for examples. Expect things like:
dbc.assert(items.length > 16, "there are not enough items");
Tests
To run the tests:
npm test