fix gitignore again
This commit is contained in:
parent
ce5a1e330b
commit
5da5c2afe2
3329 changed files with 364540 additions and 3 deletions
7
electron/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts
generated
vendored
Normal file
7
electron/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/// <reference types="node" />
|
||||
import { Readable } from 'stream';
|
||||
export interface ProxyResponse {
|
||||
statusCode: number;
|
||||
buffered: Buffer;
|
||||
}
|
||||
export default function parseProxyResponse(socket: Readable): Promise<ProxyResponse>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue