ethers.js/src.ts/contracts/index.ts
2018-07-16 00:09:13 -04:00

17 lines
189 B
TypeScript

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