@hiherto-elements/assert

A simple assertion libbrary refactred to es6

Usage no npm install needed!

<script type="module">
  import hihertoElementsAssert from 'https://cdn.skypack.dev/@hiherto-elements/assert';
</script>

README

@hiherto-elements/assert

A simple, es6 only assert lib. Forked from assert-js.

Installation with npm

npm install @hiherto-elements/assert --save

Usage directly in the web

import { Assert } from 'https://unpkg.com/@hiherto-elements/assert@0.0.9/Assert.js' 

Assert.true(false);
Assert.isFunction(false)