Skip to content

isValidationResult

isValidationResult<T>(value): value is ValidationResult<T>

Defined in: runtime-primitives.ts:130

Check whether a value already matches the shared validation result shape.

T

unknown

Raw result value to inspect before normalization.

value is ValidationResult<T>

true when the value exposes isValid and an errors array.