UNPKG

typescript-runtime-schemas

Version:

A TypeScript schema generation tool that extracts Zod schemas from TypeScript source files with runtime validation support. Generate validation schemas directly from your existing TypeScript types with support for computed types and constraint-based valid

8 lines (7 loc) 211 B
/** * Constraint Types Export * * This module exports only the constraint types for users who want to import * just the types without the full API functionality. */ export * from './core/constraint-types';