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

11 lines
137 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-06-13 22:39:39 +03:00
}