Skip to content

msalsas/int-array-flatten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

To run tests:

npm test

Deployment:

To build into dist directory execute:

gulp build

About

A library for flattening arrays of integers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published