smartlog-destination-local/dist/beautylog.plugins.d.ts
2017-01-21 18:40:40 +01:00

10 lines
317 B
TypeScript

import 'typings-global';
import * as beautycolor from 'beautycolor';
import * as lodash from 'lodash';
import * as smartenv from 'smartenv';
import * as q from 'smartq';
declare let figlet: any;
import * as loggly from 'loggly';
declare let ora: any;
export { beautycolor, lodash, smartenv, q, figlet, loggly, ora };