@xats-org/types
Version:
Shared TypeScript types for xats
15 lines • 540 B
TypeScript
/**
* @xats-org/types - Shared TypeScript Types for xats
*
* This package contains all shared type definitions used across the xats monorepo.
* Types are organized by domain to make them easy to discover and use.
*/
export * from './document.js';
export * from './validation.js';
export * from './rendering.js';
export * from './file-modularity.js';
export * from './schema.js';
export * from './common.js';
export declare const XATS_VERSION = "0.4.0";
export declare const SCHEMA_VERSION = "0.3.0";
//# sourceMappingURL=index.d.ts.map