@h2dev/utils
v0.0.2
Published
A util library for node and browser.
Readme
i-utils
A util library for Node and browser.
Install with npm or yarn
npm i @chhpt/utils
# or
yarn add @chhpt/utilsUsage
// includes all methods
var utils = require('i-utils');
utils.merge();
// include the method you need
var merge = require('i-utils/merge');