UNPKG

@sphereon/gx-compliance-client

Version:

<!--suppress HtmlDeprecatedAttribute --> <h1 align="center"> <br> <a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a> <br>Gaia-X Compliance client (Typescript

10 lines 240 B
/** * @public */ declare const schema: any; export { schema }; export { GXComplianceClient } from './agent/GXComplianceClient'; export * from './types'; export * from './agent'; export * from './utils'; //# sourceMappingURL=index.d.ts.map