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

17 lines
189 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
}
2018-07-16 07:09:13 +03:00
/*
export default {
Contract,
Interface
}
2018-07-16 07:09:13 +03:00
*/