0.0.12 • Published 5 years ago

@hiherto-elements/assert v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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