feature-fetch

JSON →
library 0.1.0 ·javascript
verified Jun 7, 2026

Typed fetch client for JavaScript/TypeScript (v0.1.0) that returns tuple results [data, error] for safer error handling. Supports opt-in features like REST, OpenAPI, GraphQL, retry, and request caching. It differentiates from raw fetch and other clients (ky, axios) by providing type-safe responses out of the box and composable modular features. Currently in early development with rapid iteration.