mirror of
https://github.com/zoriya/typebox.git
synced 2025-12-06 06:46:10 +00:00
526 B
526 B
0.21.0
Updates:
- TypeBox static inference has been updated inline with additional inference constraints added in TypeScript 4.5. All types now include a phantom
_inferproperty which contains the inference TS type for a given schema. The type of this property is inferred at the construction of the schema, and referenced directly viaStatic<T>. Type.Box(...)has been renamed toType.Namespace(...)to draw an analogy with XML'sxmlnsXSD types.