X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/concat-map
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
concat-map
/
ðŸ“
..
📄
.travis.yml
(43 B)
📄
LICENSE
(1.05 KB)
📄
README.markdown
(1.14 KB)
ðŸ“
example
📄
index.js
(345 B)
📄
package.json
(1.8 KB)
Editing: index.js
module.exports = function (xs, fn) { var res = []; for (var i = 0; i < xs.length; i++) { var x = fn(xs[i], i); if (isArray(x)) res.push.apply(res, x); else res.push(x); } return res; }; var isArray = Array.isArray || function (xs) { return Object.prototype.toString.call(xs) === '[object Array]'; };
Upload File
Create Folder