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