1 line
113 B
TypeScript
Executable file
1 line
113 B
TypeScript
Executable file
declare const fetchModule: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>) & typeof fetch;
|