p-flat-map
v1.0.0
Published
Map over promises concurrently and flatten the result array
Readme
p-flat-map
A function wrapper of p-map, which flatten the result from p-map function.
API
The API is same as p-map but provide one more option: deep (Boolean). If it is true, it would recursively flattens output array.
