@h2dev/utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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');

Readme

Keywords

Package Sidebar

Install

npm i @h2dev/utils

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

3.6 kB

Total Files

4

Last publish

Collaborators

  • wuyiqing