hodash.flatten-to-set
Version:
Flattens an Array/Set. All children which implement .forEach will be flattened into output, alongside non-iterables.
20 lines (19 loc) • 454 B
JSON
{
"name": "hodash.flatten-to-set",
"version": "1.0.3",
"description": "Flattens an Array/Set. All children which implement .forEach will be flattened into output, alongside non-iterables.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lodash",
"hodash",
"ES6",
"Set",
"Array"
],
"author": "Tomas Savigliano",
"license": "ISC",
"dependencies": {}
}