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

7 lines
197 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 };