wilddragon-site/node_modules/next/dist/experimental/testmode/httpget.d.ts
2026-04-17 15:51:01 -04:00

3 lines
114 B
TypeScript
Executable file

type Fetch = typeof fetch;
export declare function interceptHttpGet(originalFetch: Fetch): () => void;
export {};