Node updated. Some todos.
This commit is contained in:
2
Scripts/node_modules/proxy-agent/dist/index.d.ts
generated
vendored
2
Scripts/node_modules/proxy-agent/dist/index.d.ts
generated
vendored
@ -9,7 +9,7 @@ import { SocksProxyAgentOptions } from 'socks-proxy-agent';
|
||||
declare const PROTOCOLS: readonly ["http", "https", "socks", "socks4", "socks4a", "socks5", "socks5h", ...("pac+http" | "pac+https" | "pac+data" | "pac+file" | "pac+ftp")[]];
|
||||
type ValidProtocol = (typeof PROTOCOLS)[number];
|
||||
type AgentConstructor = new (...args: never[]) => Agent;
|
||||
type GetProxyForUrlCallback = (url: string) => string;
|
||||
type GetProxyForUrlCallback = (url: string) => string | Promise<string>;
|
||||
/**
|
||||
* Supported proxy types.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user