@byondreal/assert

The smallest possible assertion library with 0 extra features

Usage no npm install needed!

<script type="module">
  import byondrealAssert from 'https://cdn.skypack.dev/@byondreal/assert';
</script>

README

@byondreal/assert

World's smallest JavaScript assertion library

Usage

assert(2 === 3, '2 is not equal to 3!');