2
0
mirror of synced 2025-02-25 12:35:17 +00:00

16 lines
184 B
TypeScript
Raw Normal View History

2018-06-13 15:39:39 -04:00
'use strict';
import { Contract } from './contract';
import { Interface } from './interface';
2018-06-13 15:39:39 -04:00
export {
Contract,
Interface
}
export default {
Contract,
Interface
}