12 lines
164 B
TypeScript
12 lines
164 B
TypeScript
'use strict';
|
|
|
|
import { Contract, VoidSigner } from './contract';
|
|
|
|
import { Interface } from './interface';
|
|
|
|
export {
|
|
Contract,
|
|
Interface,
|
|
VoidSigner
|
|
}
|