blob: 65bb3a792870318c3b5716f0f6c9cb6e269dc277 [file] [log] [blame]
Kaido Kertf585e262020-06-08 11:42:28 -07001var convert = require('./convert'),
2 func = convert('unionWith', require('../unionWith'));
3
4func.placeholder = require('./placeholder');
5module.exports = func;