Implement main class & fetch function - including robust error handling.

This commit is contained in:
Fred Boniface
2025-03-08 22:29:04 +00:00
parent 292cdbd069
commit 24d8173548
11 changed files with 192 additions and 1 deletions

View File

@@ -107,6 +107,6 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src/**/*"],
"include": ["src/**/*.ts"],
"exclude": ["node_modules"],
}