13 lines
341 B
TypeScript
13 lines
341 B
TypeScript
// @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 };
|