safe-fetch-calls

Safe and reliable fetch calls in typescript

Stars
13

Safe and reliable fetch calls in TypeScript.

To run the files, use esbuild-kit/tsx:

npx tsx src/not-typesafe.ts
npx tsx src/using-unknown.ts
npx tsx src/streamlining-with-zod.ts

If I'm doing something wrong, please let me know!