2017-04-23 09:10:13 +00:00
|
|
|
import 'typings-global'
|
|
|
|
import * as smartq from 'smartq'
|
2017-04-23 12:35:16 +00:00
|
|
|
import * as leakage from 'leakage'
|
2017-04-23 09:10:13 +00:00
|
|
|
|
|
|
|
export {
|
2017-04-23 12:35:16 +00:00
|
|
|
smartq,
|
|
|
|
leakage
|
2017-04-23 09:10:13 +00:00
|
|
|
}
|