taskbuffer/dist/taskbuffer.plugins.d.ts

10 lines
313 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
declare let cron: any;
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';
export { beautylog, cron, lik, lodash, rxjs, q, smartdelay };