UNPKG

@rakh/rss-braider

Version:

Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.

6 lines (5 loc) 149 B
module.exports = function (item, itemOptions, source) { // This plugin does no processing // It's just a template return itemOptions; };