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