Files
smartfeed/ts/plugins.ts

10 lines
164 B
TypeScript

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