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

10 lines
317 B
TypeScript
Raw Normal View History

2016-10-16 00:26:43 +00:00
import 'typings-global';
2017-01-21 17:40:40 +00:00
import * as beautycolor from 'beautycolor';
2016-10-16 00:26:43 +00:00
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
declare let figlet: any;
import * as loggly from 'loggly';
declare let ora: any;
2017-01-21 17:40:40 +00:00
export { beautycolor, lodash, smartenv, q, figlet, loggly, ora };