wilddragon-site/node_modules/next/dist/build/polyfills/fetch/index.d.ts

2 lines
113 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
declare const fetchModule: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>) & typeof fetch;