UNPKG

wretch

Version:

A tiny wrapper built around fetch with an intuitive syntax.

5 lines 202 B
/** * @private @internal */ export const middlewareHelper = (middlewares) => (fetchFunction) => middlewares.reduceRight((acc, curr) => curr(acc), fetchFunction); //# sourceMappingURL=middleware.js.map