tapbundle/ts/tapbundle.plugins.ts

11 lines
164 B
TypeScript

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