2019-08-22 14:44:44 +00:00
|
|
|
// apiglobal scope
|
|
|
|
import * as typedRequestInterfaces from '@apiglobal/typedrequest-interfaces';
|
|
|
|
|
2019-08-23 12:35:50 +00:00
|
|
|
export { typedRequestInterfaces };
|
2019-08-22 14:44:44 +00:00
|
|
|
|
|
|
|
// pushrocks scope
|
2019-08-25 15:19:12 +00:00
|
|
|
import * as lik from '@pushrocks/lik';
|
2019-08-22 14:44:44 +00:00
|
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
2019-08-25 15:19:12 +00:00
|
|
|
import * as smartjson from '@pushrocks/smartjson';
|
2019-08-22 14:44:44 +00:00
|
|
|
|
2019-08-25 15:19:12 +00:00
|
|
|
export { lik, smartrequest, smartjson };
|