2 lines
125 B
TypeScript
2 lines
125 B
TypeScript
declare const fetchModule: ((input: RequestInfo | URL, init?: RequestInit | undefined) => Promise<Response>) & typeof fetch;
|