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