ethers.js/src.ts/contracts/index.ts

11 lines
136 B
TypeScript

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