UNPKG

wretch

Version:

A tiny wrapper built around fetch with an intuitive syntax.

4 lines 167 B
export const delay = time => next => (url, opts) => { return new Promise(res => setTimeout(() => res(next(url, opts)), time)); }; //# sourceMappingURL=delay.js.map