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

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