unassert-js / unassert

Encourages programming with assertions by providing tools to compile them away.
MIT License
192 stars 13 forks source link

feat: replace default exported `unassert` with named exported `unassertAst` #27

Closed twada closed 2 years ago

twada commented 2 years ago

feat: replace default exported unassert with named exported unassertAst

BREAKING CHANGE:

unassert function is removed in favor of named exports aiming ESM era. Please use unassert.unassertAst instead.