flatten a nested array
npm install m_flattened

Flattens a nested array.
usage
jsvar flatten = require('m_flattened');console.log(flatten([ 'whoot', [ 'nested', 'yay' ]]));
console.log(flatten([ 'whoot', [ 'nested', 'yay' ]]));