int-array-flatten

0.0.4 • Public • Published

int-array-flatten Build Status

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

Readme

Keywords

Package Sidebar

Install

npm i int-array-flatten

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

6.02 kB

Total Files

9

Last publish

Collaborators

  • msalsas