2019-01-09 23:24:35 +00:00
|
|
|
// @pushrocks scope
|
|
|
|
import * as lik from '@pushrocks/lik';
|
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
2019-09-08 14:34:26 +00:00
|
|
|
import * as smartnetwork from '@pushrocks/smartnetwork';
|
2019-01-09 23:24:35 +00:00
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
2019-09-11 18:25:45 +00:00
|
|
|
import * as smartversion from '@pushrocks/smartversion';
|
2019-01-09 23:24:35 +00:00
|
|
|
|
2019-08-15 16:50:13 +00:00
|
|
|
smartlog.defaultLogger.enableConsole();
|
|
|
|
|
2019-09-11 18:25:45 +00:00
|
|
|
export { lik, smartlog, smartnetwork, smartpromise, smartrequest, smartversion };
|
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 };
|