smartlog-destination-local/dist/beautylog.plugins.d.ts
2016-10-16 02:26:43 +02:00

10 lines
294 B
TypeScript

import 'typings-global';
import * as lodash from 'lodash';
import * as smartenv from 'smartenv';
import * as q from 'q';
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 };