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