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