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

10 lines
313 B
TypeScript

import 'typings-global';
import * as beautylog from 'beautylog';
declare let cron: any;
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 };