2
0
mirror of synced 2025-02-25 04:25:16 +00:00
ethers.js/contracts/index.d.ts
2018-09-06 16:41:02 -04:00

4 lines
136 B
TypeScript

import { Contract, VoidSigner } from './contract';
import { Interface } from './interface';
export { Contract, Interface, VoidSigner };