makearmy-app/node_modules/next/dist/experimental/testmode/httpget.d.ts

4 lines
114 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
type Fetch = typeof fetch;
export declare function interceptHttpGet(originalFetch: Fetch): () => void;
export {};