smartfeed/ts/smartfeed.plugins.ts

16 lines
206 B
TypeScript
Raw Permalink Normal View History

2020-10-31 11:38:41 +00:00
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
};
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
};