Skip to content

Commit bef8a64

Browse files
committed
chore(fix): fix proxy agent
1 parent c4c31d9 commit bef8a64

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)