fetch-fun
JSON →fetch-fun is a lightweight, TypeScript-native HTTP client built on the Fetch API. It offers a functional pipe-based API for composing request configurations such as base URL, headers, methods, JSON body, retry, and timeout. Currently at version 0.4.2, the library is in active development with frequent releases. Unlike heavier alternatives like axios or ky, fetch-fun provides a composable, tree-shakeable approach without wrapping the native fetch, making it ideal for modern JS/TS environments. It ships complete TypeScript definitions and requires no external dependencies.
Resources
packagefetch-fun ↗