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