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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2

Package Sidebar

Install

npm i just-assert

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • byondreal