ethers.js/contracts/index.d.ts

4 lines
113 B
TypeScript

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