4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
import { Contract } from './contract';
|
|
import { Interface } from './interface';
|
|
export { Contract, Interface, };
|