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

10 lines
135 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
}