Spaces:
Sleeping
Sleeping
File size: 317 Bytes
fea495a | 1 2 3 4 5 6 7 | import { type TestRequestReader } from './context';
type Fetch = typeof fetch;
export declare const reader: TestRequestReader<Request>;
export declare function handleFetch(originalFetch: Fetch, request: Request): Promise<Response>;
export declare function interceptFetch(originalFetch: Fetch): () => void;
export {};
|