fix(core): update

This commit is contained in:
2020-10-31 11:38:41 +00:00
parent 12304dca17
commit 2613d20cb8
4 changed files with 69 additions and 52 deletions

View File

@@ -1,3 +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';