smartlog-destination-local/dist/beautylog.plugins.d.ts

10 lines
299 B
TypeScript
Raw Normal View History

2016-10-16 00:26:43 +00:00
import 'typings-global';
import * as lodash from 'lodash';
import * as smartenv from 'smartenv';
2017-01-21 00:05:28 +00:00
import * as q from 'smartq';
2016-10-16 00:26:43 +00:00
import * as clc from 'cli-color';
declare let figlet: any;
import * as loggly from 'loggly';
declare let ora: any;
export { lodash, smartenv, q, clc, figlet, loggly, ora };