📄 assignInAllWith.js
/home/palash/git/site/node_modules/lodash/fp/assignInAllWith.js
Language: js • Lines: 5
var convert = require('./convert'),
    func = convert('assignInAllWith', require('../assignInWith'));

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