This package exposes a fluent validation API for working with objects, arrays, fields, strings, numbers, dates, files, and images.
The generated docs site is organized into three top-level sections:
The public API is exported from src/index.ts and includes:
ObjectCheck, ArrayCheck, and FieldCheckEmailCheck and UrlCheckFileCheck and ImageCheckResultSet, SingleResult, ResultCodeDefinition, and CheckOptionsResultCatalog and IResultCatalog for optional code-to-message mappingresult(options?) as the main output API for nested, flattened, and input-shaped projectionsIf you are specifically looking for schema-driven validation, start with schema-check.md in the How-To section.