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