Files
app/ts_web/plugins.ts
T

37 lines
988 B
TypeScript
Raw Normal View History

2024-09-29 13:56:38 +02:00
// node native
// project native
import * as idpCatalog from '@idp.global/catalog';
import * as idpInterfaces from '@idp.global/interfaces';
import * as idpClient from '@idp.global/sdk/browser';
2024-09-29 13:56:38 +02:00
export { idpCatalog, idpInterfaces, idpClient };
2024-09-29 13:56:38 +02:00
// @api.global scope
import * as typedrequest from '@api.global/typedrequest';
export { typedrequest };
2026-05-19 06:20:38 +00:00
// SimpleWebAuthn scope
import * as simpleWebAuthnBrowser from '@simplewebauthn/browser';
export { simpleWebAuthnBrowser };
2024-09-29 13:56:38 +02:00
// @design.estate scope
import * as deesCatalog from '@design.estate/dees-catalog';
import * as deesDomtools from '@design.estate/dees-domtools';
import * as deesElement from '@design.estate/dees-element';
2024-09-29 13:56:38 +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 };
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };