2019-01-10 00:24:35 +01:00
|
|
|
// @pushrocks scope
|
|
|
|
import * as lik from '@pushrocks/lik';
|
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
2019-09-08 16:34:26 +02:00
|
|
|
import * as smartnetwork from '@pushrocks/smartnetwork';
|
2019-01-10 00:24:35 +01:00
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
2019-09-11 20:25:45 +02:00
|
|
|
import * as smartversion from '@pushrocks/smartversion';
|
2019-01-10 00:24:35 +01:00
|
|
|
|
2019-08-15 18:50:13 +02:00
|
|
|
smartlog.defaultLogger.enableConsole();
|
|
|
|
|
2019-09-11 20:25:45 +02:00
|
|
|
export { lik, smartlog, smartnetwork, smartpromise, smartrequest, smartversion };
|
2019-01-10 00:24:35 +01:00
|
|
|
|
|
|
|
// third party
|
|
|
|
import * as rxjs from 'rxjs';
|
|
|
|
|
2019-01-10 00:28:12 +01:00
|
|
|
export { rxjs };
|