0.0.2 • Published 5 years ago

@h2dev/utils v0.0.2

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

i-utils

A util library for Node and browser.

Install with npm or yarn

npm i @chhpt/utils
# or
yarn add @chhpt/utils

Usage

// includes all methods
var utils = require('i-utils');
utils.merge();

// include the method you need
var merge = require('i-utils/merge');
0.0.2

5 years ago

0.0.2-beta

5 years ago

0.0.1

5 years ago