A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.
This commit is contained in:
3
Scripts/node_modules/https-proxy-agent/dist/index.d.ts
generated
vendored
3
Scripts/node_modules/https-proxy-agent/dist/index.d.ts
generated
vendored
@ -5,8 +5,9 @@
|
||||
import * as net from 'net';
|
||||
import * as tls from 'tls';
|
||||
import * as http from 'http';
|
||||
import type { OutgoingHttpHeaders } from 'http';
|
||||
import { Agent, AgentConnectOpts } from 'agent-base';
|
||||
import { URL } from 'url';
|
||||
import type { OutgoingHttpHeaders } from 'http';
|
||||
type Protocol<T> = T extends `${infer Protocol}:${infer _}` ? Protocol : never;
|
||||
type ConnectOptsMap = {
|
||||
http: Omit<net.TcpNetConnectOpts, 'host' | 'port'>;
|
||||
|
||||
Reference in New Issue
Block a user