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

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