taskbuffer/ts/taskbuffer.plugins.ts
2017-02-15 22:52:29 +01:00

12 lines
207 B
TypeScript

import 'typings-global'
import * as beautylog from 'beautylog'
import * as lodash from 'lodash'
import * as rxjs from 'rxjs'
import * as q from 'smartq'
export {
beautylog,
lodash,
rxjs,
q
}