1
0
mirror of https://github.com/thangisme/notes.git synced 2025-02-01 05:37:18 -05:00
notes/node_modules/lodash/fp/dropLastWhile.js

2 lines
46 B
JavaScript
Raw Normal View History

2017-03-09 13:16:08 -05:00
module.exports = require('./dropRightWhile');