Skip to main content
Deno 2 is finally here 🎉️
Learn more

🌩️ Fetchtastic

Small wrapper around fetch designed to perform more predictable and strongly typed network requests.

MIT GitHub issues GitHub commit activity npm

📖 Documentation.

npm install fetchtastic
# or
yarn add fetchtastic
🚀 Features
Small  Less than 3KB gzipped
Composable Safely reuse previous configurations
Intuitive Clean and easy to use API
Type safe Strongly typed, written in TypeScript
Isomorphic Compatible with modern browsers, Node.js and Deno
Well Tested Covered by unit tests