ethers.js/src.ts/contracts/index.ts
2018-07-16 00:39:29 -04:00

10 lines
135 B
TypeScript

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