10 lines
313 B
TypeScript
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 };
|