mirror of
https://github.com/zoriya/typebox.git
synced 2025-12-06 06:46:10 +00:00
433 B
433 B
0.24.8
Added:
Value.Cast(T, value)structurally casts a value into another form while retaining information within the original value.Value.Check(T, value)provides slow dynamic type checking for values. For performance, one should consider theTypeCompilerorAjvvalidator.Value.Errors(T, value)returns an iterator of errors found in a given value.