wilddragon-site/node_modules/next/dist/build/polyfills/fetch/index.d.ts
2026-04-17 15:51:01 -04:00

1 line
113 B
TypeScript
Executable file

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