console-assert

1.0.0 • Public • Published

console-assert

Simple console.assert polyfill for node since existing realization throws instead of printing error.

See:

Why?

Because when you trying to write polymorphic code you can't use console.assert in node env.

How to use?

Install module via npm:

npm i console-assert

Write this somewhere when you need it:

require('console-assert').browserify();

NB: Module patchs global console.assert and if you need to rollback behaviour you have to just run require('console-assert').restore();.

License

The MIT License

/console-assert/

    Package Sidebar

    Install

    npm i console-assert

    Weekly Downloads

    14,165

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • qfox