Files
SmartShopper/express-server/node_modules/lodash/fp/assignInAllWith.js
2018-12-22 23:30:39 +01:00

6 lines
172 B
JavaScript

var convert = require('./convert'),
func = convert('assignInAllWith', require('../assignInWith'));
func.placeholder = require('./placeholder');
module.exports = func;