603687a188edb25b321c9341f8459a4f12708908
[yaffs-website] / lodash / fp / unionBy.js
1 var convert = require('./convert'),
2     func = convert('unionBy', require('../unionBy'));
3
4 func.placeholder = require('./placeholder');
5 module.exports = func;