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

9 lines
275 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;
declare let ora: any;
2017-01-21 22:15:34 +00:00
export { beautycolor, lodash, smartenv, q, figlet, ora };