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