node-ejs-renderer/node_modules/lodash/fp/assignInAllWith.js

6 lines
172 B
JavaScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
var convert = require('./convert'),
func = convert('assignInAllWith', require('../assignInWith'));
func.placeholder = require('./placeholder');
module.exports = func;