forked from mirror/Riven
1
0
Fork 0
Riven/riven/srcgen/node_modules/lodash/fp/assignInAllWith.js

6 lines
172 B
JavaScript

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