generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
/// <reference types="node" />
|
||||
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