2
0
mirror of synced 2025-02-24 20:18:07 +00:00
ethers.js/packages/tests/thirdparty.d.ts

7 lines
163 B
TypeScript
Raw Normal View History

2019-05-14 18:25:46 -04:00
declare module "web3-providers-http" {
export class Web3HttpProvider {
constructor(url: string | number);
}
export default Web3HttpProvider;
}