auto-OrangeHRM / node_modules / lodash / fp / dropRightWhile.js
dropRightWhile.js
Raw
var convert = require('./convert'),
    func = convert('dropRightWhile', require('../dropRightWhile'));

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