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

10 lines 391 B
"use strict"; /** * Constraint Type Definitions * * This file contains all the constraint types used for runtime validation. * These types are automatically loaded by the SchemaExtractor to ensure * consistency between the type definitions and the schema extraction process. */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=constraint-types.js.map