ManimCat / src /types /https-proxy-agent.d.ts
Bin29's picture
Sync from main: 3c05ecf test(studio): cover legacy session insert columns
b435029
Raw
History Blame Contribute Delete
113 Bytes
declare module 'https-proxy-agent' {
export class HttpsProxyAgent {
constructor(proxy: string | URL)
}
}