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

10 lines
341 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';
let figlet = require('figlet');
let ora = require('ora');
export { beautycolor, lodash, smartenv, smartlogInterfaces, q, figlet, ora };