diff options
Diffstat (limited to 'school/node_modules/lodash/fp/flatMapDepth.js')
-rw-r--r-- | school/node_modules/lodash/fp/flatMapDepth.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/school/node_modules/lodash/fp/flatMapDepth.js b/school/node_modules/lodash/fp/flatMapDepth.js new file mode 100644 index 0000000..6eb68fd --- /dev/null +++ b/school/node_modules/lodash/fp/flatMapDepth.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flatMapDepth', require('../flatMapDepth')); + +func.placeholder = require('./placeholder'); +module.exports = func; |