2026-05-07 15:35:37 +00:00
|
|
|
// idp.global scope
|
|
|
|
|
import * as idpInterfaces from '@idp.global/interfaces';
|
2024-09-29 13:56:38 +02:00
|
|
|
|
2024-10-07 10:26:21 +02:00
|
|
|
export { idpInterfaces };
|
2024-09-29 13:56:38 +02:00
|
|
|
|
|
|
|
|
// apiglobal scope
|
|
|
|
|
import * as typedrequest from '@api.global/typedrequest';
|
|
|
|
|
import * as typedsocket from '@api.global/typedsocket';
|
|
|
|
|
|
|
|
|
|
export { typedrequest, typedsocket };
|
|
|
|
|
|
|
|
|
|
// pushrocks scope
|
|
|
|
|
import * as smartjson from '@push.rocks/smartjson';
|
|
|
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
|
|
|
import * as smartrx from '@push.rocks/smartrx';
|
|
|
|
|
import * as smarttime from '@push.rocks/smarttime';
|
|
|
|
|
import * as smarturl from '@push.rocks/smarturl';
|
|
|
|
|
import * as webjwt from '@push.rocks/webjwt';
|
|
|
|
|
import * as webstore from '@push.rocks/webstore';
|
|
|
|
|
|
|
|
|
|
export { smartjson, smartpromise, smartrx, smarttime, smarturl, webjwt, webstore };
|
|
|
|
|
|
|
|
|
|
// @tsclass scope
|
|
|
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
|
|
|
|
|
|
export { tsclass };
|