node-reduce-flatten 2.0.0
Channel: guix
Home page: https://github.com/75lb/reduce-flatten
Licenses: Expat
Build system: node
Synopsis: Flatten an array into the supplied array
Description:
Isomorphic map-reduce function to flatten an array into the supplied array. Example > numbers = [ 1, 2, [ 3, 4 ], 5 ] > numbers.reduce(flatten, []) [ 1, 2, 3, 4, 5 ]
Total packages: 1