int-array-flatten
v0.0.4
Published
A library for flattening arrays of integers.
Downloads
4
Readme
int-array-flatten
A library for flattening arrays of integer.
Docs
Installation:
npm install int-array-flatten
Usage:
import flatten from 'int-array-flatten';
var flattenedArray = flatten(array);
Contributions
Yes please!
Development:
git clone https://github.com/msalsas/int-array-flatten.git
cd int-array-flatten
npm install
Deployment:
To build all components into dist
directory run:
gulp build