12 lines
342 B
TypeScript
12 lines
342 B
TypeScript
// apiglobal scope
|
|
import * as typedRequestInterfaces from '@apiglobal/typedrequest-interfaces';
|
|
|
|
export { typedRequestInterfaces };
|
|
|
|
// pushrocks scope
|
|
import * as lik from '@pushrocks/lik';
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
|
import * as smartjson from '@pushrocks/smartjson';
|
|
|
|
export { lik, smartrequest, smartjson };
|