Move web_api.js and js/modules/crypto.js to TypeScript
This commit is contained in:
parent
71436d18e2
commit
9ab54b9b83
29 changed files with 770 additions and 427 deletions
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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue