arr-flatten
Install
$ npm install --save arr-flattenInstall
$ bower install arr-flatten --saveUsage
var flatten = require('arr-flatten');
flatten(['a', ['b', ['c']], 'd', ['e']]);
//=> ['a', 'b', 'c', 'd', 'e']Why another flatten utility?
About
Related projects
Contributing
Contributors
Building docs
Running tests
Author
License
Last updated