feat: implement feed and validation utilities for smartfeed
This commit is contained in:
10
ts/plugins.ts
Normal file
10
ts/plugins.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// 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 };
|
||||
Reference in New Issue
Block a user