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