2019-01-09 23:24:35 +00:00
|
|
|
// @pushrocks scope
|
|
|
|
import * as lik from '@pushrocks/lik';
|
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
|
|
|
|
2019-08-15 16:50:13 +00:00
|
|
|
smartlog.defaultLogger.enableConsole();
|
|
|
|
|
2019-01-09 23:28:12 +00:00
|
|
|
export { lik, smartlog, smartpromise, smartrequest };
|
2019-01-09 23:24:35 +00:00
|
|
|
|
|
|
|
// third party
|
|
|
|
import * as rxjs from 'rxjs';
|
|
|
|
|
2019-01-09 23:28:12 +00:00
|
|
|
export { rxjs };
|