2024-09-29 13:56:38 +02:00
|
|
|
// node native
|
|
|
|
|
|
|
|
|
|
// project native
|
2026-05-07 15:35:37 +00:00
|
|
|
import * as idpCatalog from '@idp.global/catalog';
|
|
|
|
|
import * as idpInterfaces from '@idp.global/interfaces';
|
2024-09-29 13:56:38 +02:00
|
|
|
import * as leleReceptionclient from '../dist_ts_idpclient/index.js';
|
|
|
|
|
|
2026-05-07 15:35:37 +00:00
|
|
|
export { idpCatalog, idpInterfaces, leleReceptionclient as idpClient };
|
2024-09-29 13:56:38 +02:00
|
|
|
|
|
|
|
|
// @api.global scope
|
|
|
|
|
import * as typedrequest from '@api.global/typedrequest';
|
|
|
|
|
|
|
|
|
|
export { typedrequest };
|
|
|
|
|
|
|
|
|
|
// @design.estate scope
|
|
|
|
|
import * as deesCatalog from '@design.estate/dees-catalog';
|
2024-10-04 02:18:47 +02:00
|
|
|
import * as deesDomtools from '@design.estate/dees-domtools';
|
2024-09-29 16:48:06 +02:00
|
|
|
import * as deesElement from '@design.estate/dees-element';
|
2024-09-29 13:56:38 +02:00
|
|
|
|
2024-10-04 02:18:47 +02:00
|
|
|
export { deesCatalog, deesDomtools, deesElement };
|
|
|
|
|
|
|
|
|
|
// @push.rocks scope
|
|
|
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
|
|
|
import * as smarturl from '@push.rocks/smarturl';
|
|
|
|
|
|
|
|
|
|
export { smartpromise, smarturl };
|
2024-10-06 23:56:03 +02:00
|
|
|
|
|
|
|
|
// @tsclass scope
|
|
|
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
|
|
|
|
|
|
export { tsclass };
|