blob: eb925212d522b583181229a8f37e35c0670eb476 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001var convert = require('./convert'),
2 func = convert('assignWith', require('../assignWith'));
3
4func.placeholder = require('./placeholder');
5module.exports = func;