.
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { ServerResponse } from 'node:http';
|
||||
export declare function isAbortError(e: any): e is Error & {
|
||||
name: 'AbortError';
|
||||
};
|
||||
export declare function pipeToNodeResponse(readable: ReadableStream<Uint8Array>, res: ServerResponse, waitUntilForEnd?: Promise<unknown>): Promise<void>;
|
||||
Reference in New Issue
Block a user