smartfeed/ts/smartfeed.plugins.ts
2020-10-31 11:38:41 +00:00

16 lines
206 B
TypeScript

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