2
0
mirror of synced 2025-02-25 12:35:17 +00:00
2018-07-16 00:39:29 -04:00

10 lines
135 B
TypeScript

'use strict';
import { Contract } from './contract';
import { Interface } from './interface';
export {
Contract,
Interface
}