e766903d4cfab5858fbf2f82e5717f20c3772ed1
[yaffs-website] / node_modules / lodash / fp / assignInAllWith.js
1 var convert = require('./convert'),
2     func = convert('assignInAllWith', require('../assignInWith'));
3
4 func.placeholder = require('./placeholder');
5 module.exports = func;