UNPKG

wretch

Version:

A tiny wrapper built around fetch with an intuitive syntax.

6 lines (5 loc) 218 B
import type { ConfiguredMiddleware, FetchLike } from "./types.js"; /** * @private @internal */ export declare const middlewareHelper: (middlewares: ConfiguredMiddleware[]) => (fetchFunction: FetchLike) => FetchLike;