obligations-document, tom-document, loeschfristen-document, compliance-scope-triggers, sdk-flow/flow-data, processing-activities, loeschfristen-baseline-catalog, catalog-registry, dsfa mitigation-library + risk-catalog, vvt-baseline-catalog, vendor contract-review checklists + findings, demo-data, tom-compliance. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
524 B
TypeScript
9 lines
524 B
TypeScript
// =============================================================================
|
|
// TOM Module - TOM-Dokumentation Document Generator
|
|
// Barrel re-export — implementation split into tom-document/
|
|
// =============================================================================
|
|
|
|
export type { TOMDocumentOrgHeader, TOMDocumentRevision } from './tom-document/types-defaults'
|
|
export { createDefaultTOMDocumentOrgHeader } from './tom-document/types-defaults'
|
|
export { buildTOMDocumentHtml } from './tom-document/html-builder'
|