makearmy-app/node_modules/next/dist/experimental/testmode/httpget.d.ts
2025-09-22 10:37:53 -04:00

3 lines
114 B
TypeScript

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