2018-03-01 00:06:12 +00:00
|
|
|
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');
|
2016-02-23 13:34:40 +00:00
|
|
|
|
2018-03-01 00:06:12 +00:00
|
|
|
export { beautycolor, lodash, smartenv, smartlogInterfaces, q, figlet, ora };
|