@ez4/validator
v0.49.0
Published
EZ4: Validate data according to a given schema
Readme
EZ4: Validator
The Validator package provides a simple, reflection‑driven API for validating data against a given schema. It ensures that payloads, inputs, and runtime values conform to the structure and constraints defined by your EZ4 schemas.
Validators are generated automatically from schemas, giving you type‑safe, runtime‑safe validation without decorators, code generation, or manual checks.
Getting started
Install
npm install @ez4/validator -DComplementary packages
The Validator package works together with:
License
MIT License
