Javascript utility collection of ValidityLabs.
Requires the following packages to run in non ES6 environment, or transpiling to ES5 via Babel.
require('babel-register');
require('babel-polyfill');
yarn add @validitylabs/js-utils
yarn test
yarn clean