tapbundle/ts/tapbundle.plugins.ts

9 lines
124 B
TypeScript
Raw Normal View History

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
}