m_flattened

flatten a nested array


Keywords
flatten, nested, array
License
MIT
Install
npm install m_flattened@1.0.1

Documentation

m_flattened

Build Status

Flattens a nested array.

install

npm install m_flattened

usage

var flatten = require('m_flattened');

console.log(flatten([ 'whoot', [ 'nested', 'yay' ]]));