summaryrefslogtreecommitdiff
path: root/school/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts')
-rw-r--r--school/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/school/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts b/school/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts
deleted file mode 100644
index 7565674..0000000
--- a/school/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts
+++ /dev/null
@@ -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>;