makearmy-app/node_modules/next/dist/build/polyfills/fetch/index.d.ts
2025-09-22 10:37:53 -04:00

1 line
113 B
TypeScript

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