2018-09-01 14:13:37 +00:00
|
|
|
import * as consolecolor from '@pushrocks/consolecolor';
|
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
|
|
smartlog.defaultLogger.enableConsole();
|
|
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
2017-08-14 15:50:48 +00:00
|
|
|
|
2018-09-01 14:13:37 +00:00
|
|
|
export { consolecolor, smartlog, smartrequest };
|