taskbuffer/ts/taskbuffer.plugins.ts

19 lines
338 B
TypeScript
Raw Normal View History

2017-02-15 21:52:29 +00:00
import 'typings-global'
import * as beautylog from 'beautylog'
2017-06-17 14:56:33 +00:00
let cron = require('cron')
import * as lik from 'lik'
2017-02-15 21:52:29 +00:00
import * as lodash from 'lodash'
import * as rxjs from 'rxjs'
2017-01-19 16:26:35 +00:00
import * as q from 'smartq'
2017-06-17 14:56:33 +00:00
import * as smartdelay from 'smartdelay'
2017-01-19 16:26:35 +00:00
export {
beautylog,
2017-06-17 14:56:33 +00:00
cron,
lik,
2017-01-19 16:26:35 +00:00
lodash,
rxjs,
2017-06-17 14:56:33 +00:00
q,
smartdelay
}