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

9 lines
329 B
TypeScript
Raw Normal View History

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';
2018-03-01 00:06:12 +00:00
import * as smartlogInterfaces from 'smartlog-interfaces';
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;
2018-03-01 00:06:12 +00:00
export { beautycolor, lodash, smartenv, smartlogInterfaces, q, figlet, ora };