Installation
Install and set up typed-fetch in your project
Installation
Package Managers
Install typed-fetch using your preferred package manager:
npm
npm install @phumudzo/typed-fetchpnpm
pnpm add @phumudzo/typed-fetchyarn
yarn add @phumudzo/typed-fetchRequirements
- Node.js 18+ required
- TypeScript 4.5+ (optional, for TypeScript support)
- Modern browser with
fetchsupport (for browser usage)
Initial Setup
After installation, initialize your project:
npx typed-fetch initThis generates a typed-fetch.config.json configuration file with sensible defaults for your project.
Next: Basic Usage
Head over to Basic Usage to start using typedFetch in your code.