Updated readMe to have all GitHubs

This commit is contained in:
2024-03-21 08:20:46 -06:00
parent 60c4f895d1
commit 32bbe30f67
530 changed files with 0 additions and 75122 deletions

View File

@@ -1,7 +0,0 @@
/// <reference types="node" />
import { Readable } from 'stream';
export interface ProxyResponse {
statusCode: number;
buffered: Buffer;
}
export default function parseProxyResponse(socket: Readable): Promise<ProxyResponse>;