Design by contract and type checking assertions
npm install dbcdbc
===
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