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

4 lines
113 B
TypeScript

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