wilddragon-site/node_modules/next/dist/experimental/testmode/httpget.d.ts

4 lines
114 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
type Fetch = typeof fetch;
export declare function interceptHttpGet(originalFetch: Fetch): () => void;
export {};