mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Move web_api.js and js/modules/crypto.js to TypeScript
This commit is contained in:
7
ts/proxy-agent.d.ts
vendored
Normal file
7
ts/proxy-agent.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare module 'proxy-agent' {
|
||||
import { Agent } from 'http';
|
||||
|
||||
export default class ProxyAgent extends Agent {
|
||||
constructor(url: string);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user