tapbundle/ts/tapbundle.plugins.ts
2017-04-28 07:49:57 +00:00

13 lines
219 B
TypeScript

import 'typings-global'
import * as early from 'early'
import * as leakage from 'leakage'
import * as smartdelay from 'smartdelay'
import * as smartq from 'smartq'
export {
early,
smartdelay,
smartq,
leakage
}