ProtectedkeyProtecteddataProtectedhas_ProtectedoutOptionaloptions: ClassValidationOptionsOptionaloptions: CheckOptionsOptionaloptions: CheckOptionsOptionaloptions: TolerantCheckOptionsOptionaloptions: EqualityCheckOptionsRuns a group of item-level checks where all returned checks must pass.
All returned checks must pass for the composed result to stay valid.
Evaluates alternative item branches and succeeds when at least one branch is valid.
Each branch function is evaluated in isolation using cloned parent array data. Valid branches are then replayed on the current checker so mutations behave the same way as normal non-branch checks.
Evaluates alternative item branches and succeeds only when exactly one branch is valid.
Each branch function is evaluated in isolation using cloned parent array data. The single winning branch is then replayed on the current checker so mutations behave the same way as normal non-branch checks.
Optionaloptions: CheckOptionsProtectederrorOptionaloptions: CheckOptionsProtectednormalizeOptionaloptions: EqualityCheckOptionsProtectedequalityOptionaloptions: EqualityCheckOptionsProtectedrulesProtectedcomposeOptionaloptions: CheckOptionsProtectedcreateProtectedcloneProtectedmergeProtectedmergeProtectedtoOptionalvalue: string | string[]Builds the validation result for the current check.
Optionaloptions: ResultOptions
Common interface implemented by all check classes.