2018-06-13 22:39:39 +03:00
|
|
|
'use strict';
|
|
|
|
|
2018-06-14 09:25:56 +03:00
|
|
|
import { Contract } from './contract';
|
|
|
|
import { Interface } from './interface';
|
2018-06-13 22:39:39 +03:00
|
|
|
|
|
|
|
export {
|
|
|
|
Contract,
|
|
|
|
Interface
|
|
|
|
}
|
|
|
|
|
2018-07-16 07:09:13 +03:00
|
|
|
/*
|
2018-06-24 11:03:21 +03:00
|
|
|
export default {
|
|
|
|
Contract,
|
|
|
|
Interface
|
|
|
|
}
|
2018-07-16 07:09:13 +03:00
|
|
|
*/
|