smartlog-destination-local/ts/sl.destlocal.plugins.ts
2018-11-04 13:22:45 +01:00

10 lines
405 B
TypeScript

import * as consolecolor from '@pushrocks/consolecolor';
import * as lodash from 'lodash';
import * as smartenv from 'smartenv';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
import * as smartpromise from '@pushrocks/smartpromise';
let figlet = require('figlet');
let ora = require('ora');
export { consolecolor, lodash, smartenv, smartlogInterfaces, smartpromise, figlet, ora };