Module

x/typebox/changelog/0.24.8.md

Json Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
File

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 the TypeCompiler or Ajv validator.
  • Value.Errors(T, value) returns an iterator of errors found in a given value.