Assertik
Very simple assertion library for node and browser
assert(value, [message])
Tests if value is truthy
assert.equal(actual, expected, [message])
Tests shallow, coercive equality with the equal comparison operator ( == ).
Very simple assertion library for node and browser
Tests if value is truthy
Tests shallow, coercive equality with the equal comparison operator ( == ).
npm i assertik
2
1.0.0
MIT