UNPKG

@0x/utils

Version:
4 lines 255 B
import 'isomorphic-fetch'; import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only'; export declare const fetchAsync: (endpoint: string, options?: RequestInit, timeoutMs?: number) => Promise<Response>; //# sourceMappingURL=fetch_async.d.ts.map