2
0
mirror of synced 2025-02-25 12:35:17 +00:00
2018-06-13 15:39:39 -04:00

11 lines
142 B
TypeScript

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