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';
|
|
|
|
|
|
|
|
export {
|
|
|
|
lik,
|
|
|
|
smartlog,
|
|
|
|
smartpromise,
|
|
|
|
smartrequest
|
|
|
|
};
|
|
|
|
|
|
|
|
// third party
|
|
|
|
import * as rxjs from 'rxjs';
|
|
|
|
|
|
|
|
export {
|
|
|
|
rxjs
|
|
|
|
};
|