taskbuffer/ts/taskbuffer.plugins.ts
2017-06-17 16:56:33 +02:00

19 lines
338 B
TypeScript

import 'typings-global'
import * as beautylog from 'beautylog'
let cron = require('cron')
import * as lik from 'lik'
import * as lodash from 'lodash'
import * as rxjs from 'rxjs'
import * as q from 'smartq'
import * as smartdelay from 'smartdelay'
export {
beautylog,
cron,
lik,
lodash,
rxjs,
q,
smartdelay
}