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

16 lines
184 B
TypeScript
Raw Normal View History

2018-06-13 22:39:39 +03:00
'use strict';
import { Contract } from './contract';
import { Interface } from './interface';
2018-06-13 22:39:39 +03:00
export {
Contract,
Interface
}
export default {
Contract,
Interface
}