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

9 lines
329 B
TypeScript

import * as beautycolor from 'beautycolor';
import * as lodash from 'lodash';
import * as smartenv from 'smartenv';
import * as smartlogInterfaces from 'smartlog-interfaces';
import * as q from 'smartq';
declare let figlet: any;
declare let ora: any;
export { beautycolor, lodash, smartenv, smartlogInterfaces, q, figlet, ora };