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

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