@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)