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