2
0
mirror of synced 2025-02-25 04:25:16 +00:00

11 lines
136 B
TypeScript

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