Skip to content

Repository files navigation

assert

C-style assertion lib.

Example

With custom assertion message:

varassert=require('assert');assert(expr,'oh no it broke');

Or auto-generated assertion message in browsers that support Error.captureStackTrace():

varassert=require('assert');assert(user.name=='Tobi');

License

MIT

About

assert()

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages