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