fetch-helper-x

JSON →
library 0.1.8 ·javascript
verified Jun 7, 2026

Minimal Fetch API utility library for Node.js >=20 and browsers. Provides timeout and retry wrappers around the native fetch. Current version 0.1.8, pre-v1 release with infrequent updates. Differentiates by being TypeScript-first, zero-dependency, and supporting both Node.js built-in fetch (no polyfill needed) and browser environments via the same API. No dependency on node-fetch or undici.