summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/lodash/fp/assignInAllWith.js
blob: e766903d4cfab5858fbf2f82e5717f20c3772ed1 (plain)
1
2
3
4
5
var convert = require('./convert'),
    func = convert('assignInAllWith', require('../assignInWith'));

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