0.3.7 • Published 5 years ago
node-utils-package v0.3.7
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-packagenpm
npm install --save node-utils-packageUsage
Simply import node-utils-package
import {flattenElements} from 'node-utils-package';
const array = [[[0]], [1], [[[1]]]]
flattenElements(array)