Skip to content

seedalpha/flatten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flatten

Flatten nested arrays

Installation

$ npm install seed-flatten --save

Usage

var flatten = require('seed-flatten');

flatten([1,2,3,[4,[[5]]],6]); // [1,2,3,4,5,6]

Development

$ git clone [email protected]:seedalpha/flatten.git
$ cd flatten
$ npm install
$ npm test

Author

Vladimir Popov [email protected]

License

©2015 SeedAlpha

About

Flatten nested arrays

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors