We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c31d9 commit bef8a64Copy full SHA for bef8a64
1 file changed
apps/generator-cli/src/proxy-agent.d.ts
@@ -0,0 +1,5 @@
1
+declare module 'proxy-agent' {
2
+ const ProxyAgent: new (...args: any[]) => any;
3
+ export default ProxyAgent;
4
+ export { ProxyAgent };
5
+}
0 commit comments