Files
2026-02-10 01:14:19 +00:00

2 lines
125 B
TypeScript

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