smartfeed/ts/smartfeed.plugins.ts

9 lines
120 B
TypeScript
Raw Normal View History

2020-10-25 14:02:03 +00:00
// third party scope
2020-10-25 22:11:00 +00:00
import rssParser from 'rss-parser';
2020-10-25 14:02:03 +00:00
import * as feed from 'feed';
export {
2020-10-25 22:11:00 +00:00
rssParser,
2020-10-25 14:02:03 +00:00
feed
};