Files
smartfeed/ts/smartfeed.plugins.ts
Juergen Kunz 622b74e628 chore: update README for clarity and formatting improvements
fix: update test imports to use new package path

refactor: improve feed class structure and formatting

refactor: enhance smartfeed class for better readability

chore: streamline plugin exports for consistency

chore: update TypeScript configuration for improved compatibility

ci: add workflows for handling tag and non-tag pushes
2025-10-31 17:07:13 +00:00

11 lines
200 B
TypeScript

// 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 };