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

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