Files
muzak/node_modules/next/dist/experimental/testmode/httpget.d.ts
T
2025-07-02 11:28:41 +02:00

4 lines
114 B
TypeScript

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