9 lines
124 B
TypeScript
9 lines
124 B
TypeScript
import 'typings-global'
|
|
import * as smartq from 'smartq'
|
|
import * as leakage from 'leakage'
|
|
|
|
export {
|
|
smartq,
|
|
leakage
|
|
}
|