smartlog-destination-local/ts/sl.destlocal.plugins.ts

10 lines
405 B
TypeScript
Raw Normal View History

2018-11-04 12:22:45 +00:00
import * as consolecolor from '@pushrocks/consolecolor';
2018-03-01 00:06:12 +00:00
import * as lodash from 'lodash';
import * as smartenv from 'smartenv';
2018-11-04 12:22:45 +00:00
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
import * as smartpromise from '@pushrocks/smartpromise';
2018-03-01 00:06:12 +00:00
let figlet = require('figlet');
let ora = require('ora');
2016-02-23 13:34:40 +00:00
2018-11-04 12:22:45 +00:00
export { consolecolor, lodash, smartenv, smartlogInterfaces, smartpromise, figlet, ora };