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