summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/lodash/fp/takeRightWhile.js
blob: 8ffb0a285768e06f5a0642e3b094018ac448c58a (plain)
1
2
3
4
5
var convert = require('./convert'),
    func = convert('takeRightWhile', require('../takeRightWhile'));

func.placeholder = require('./placeholder');
module.exports = func;