fix(core): update

This commit is contained in:
2020-10-25 22:11:00 +00:00
parent 7eda660b29
commit bf8536e6ca
5 changed files with 40 additions and 4 deletions

View File

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