0.3.7 • Published 3 years ago

node-utils-package v0.3.7

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

node-utils-package

the most particular use is to save time coding or searching some popular helper to develop high quality software.

Install

You can use yarn or npm.

Yarn

yarn add node-utils-package

npm

npm install --save node-utils-package

Usage

Simply import node-utils-package

import {flattenElements} from 'node-utils-package';

 const array = [[[0]], [1], [[[1]]]]
flattenElements(array)
0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago