2d12c8a553
Run ID: 131
2 lines
113 B
Plaintext
2 lines
113 B
Plaintext
declare const fetchModule: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>) & typeof fetch;
|