Better Fetch
JSON →A tiny ES6 fetch() wrapper that simplifies common patterns: automatically sends cookies, allows setting default headers globally, and accepts plain JS objects as request body (auto-converted to FormData). Current stable version is 1.1.2, though the package appears unmaintained since 2016. Compared to alternatives like ky or axios, better-fetch is minimal and stays close to the native fetch API. It is likely compatible with both browser and Node.js environments that support fetch (or with polyfills). The library ships no TypeScript definitions and has no dependencies.
Resources
packagebetter-fetch ↗