@hiherto-elements/assert
v0.0.12
Published
A simple assertion libbrary refactred to es6
Downloads
14
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/[email protected]/Assert.js'
Assert.true(false);
Assert.isFunction(false)