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