Initial commit

This commit is contained in:
2026-04-18 09:03:18 +02:00
commit e03d7ea55c
16 changed files with 8174 additions and 0 deletions

2
index.ts Normal file
View File

@@ -0,0 +1,2 @@
export { FreshRss } from './src/nodes/FreshRss/FreshRss.node';
export { FreshRssApi } from './src/credentials/FreshRssApi.credentials';