just-assert

1.0.1 • Public • Published

just-assert

World's smallest JavaScript assertion library

Usage

assert(2 === 3, '2 is not equal to 3!');
assert.not(2 === 2, '2 is equal to 2!');

Also shows console trace to show whence the error came from.

Package Sidebar

Install

npm i just-assert

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • byondreal