Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.05 KB

swc-plugin-unassert

SWC plugin for unassert: Encourages programming with assertions by providing tools to compile them away.

unassert

License

swc-plugin-unassert removes assertions on build. So you can use assertions to declare preconditions, postconditions, invariants and so on.

INSTALL

$ npm install --save-dev swc-plugin-unassert

AUTHOR

LICENSE

Licensed under the MIT license.