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