UNPKG

@uppy/utils

Version:

Shared utility functions for Uppy Core and plugins maintained by the Uppy team.

5 lines 267 B
/** * Wrapper around window.fetch that throws a NetworkError when appropriate */ export default function fetchWithNetworkError(...options: Parameters<typeof globalThis.fetch>): ReturnType<typeof globalThis.fetch>; //# sourceMappingURL=fetchWithNetworkError.d.ts.map