emr-types
Version:
Comprehensive TypeScript Types Library for Electronic Medical Record (EMR) Applications - Domain-Driven Design with Zod Validation
21 lines • 833 B
JavaScript
/**
* Utility Types for EMR Application
*
* Provides common utility types, validation functions, and helper types
* used across the EMR monorepo.
*
* @package emr-types
*/
// ============================================================================
// CORE UTILITIES
// ============================================================================
export * from './validation';
// ============================================================================
// FORM UTILITIES
// ============================================================================
export * from './form';
// ============================================================================
// DATE/TIME UTILITIES
// ============================================================================
export * from './datetime';
//# sourceMappingURL=index.js.map