1 | import 'isomorphic-fetch';
|
2 | import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only';
|
3 | export declare const fetchAsync: (endpoint: string, options?: RequestInit, timeoutMs?: number) => Promise<Response>;
|
4 | //# sourceMappingURL=fetch_async.d.ts.map |
\ | No newline at end of file |