smartfeed/ts/smartfeed.plugins.ts
2020-10-25 22:11:00 +00:00

9 lines
120 B
TypeScript

// third party scope
import rssParser from 'rss-parser';
import * as feed from 'feed';
export {
rssParser,
feed
};