import { StandardTypeBuilder } from "https://deno.land/x/typebox@0.26.0-dev.1/src/typebox.ts";
Methods
[Standard]
Creates an Any type
[Standard]
Creates an Array type
[Standard]
Creates a Boolean type
[Standard]
Creates a Composite object type that will Union any overlapping properties of the given Object array
[Standard]
Dereferences the given TRef to its target type
[Standard]
Creates a Enum type
[Standard]
Excludes from the left type any type that is not assignable to the right
[Standard]
A conditional type expression that will return the true type if the left type extends the right
[Standard]
Extracts from left left any type that is assignable to the right
[Standard]
Creates an Integer type
[Standard]
Creates a Intersect type
[Standard]
Creates a Intersect type
[Standard]
Creates a KeyOf type
[Standard]
Creates a Literal type
[Standard]
Creates a Never type
[Standard]
Creates a Not type. The first argument is the disallowed type, the second is the allowed.
[Standard]
Creates a Null type
[Standard]
Creates a Number type
[Standard]
Creates an Object type
[Standard]
Creates a mapped type whose keys are omitted from the given type
[Standard]
Creates a mapped type whose keys are omitted from the given type
[Standard]
Creates a mapped type where all properties are Optional
[Standard]
Creates a mapped type whose keys are picked from the given type
[Standard]
Creates a mapped type whose keys are picked from the given type
[Modifier]
Creates a Readonly object or property
[Modifier]
Creates a ReadonlyOptional property
[Standard]
Creates an Object type from the given Literal Union
[Standard]
Creates an Object type from the given Literal Union
[Standard]
Creates a Record type
[Standard]
Creates a Recursive type
[Standard]
Creates a Ref type. The referenced type must contain a $id
[Standard]
Creates a mapped type where all properties are Required
[Standard]
Creates a String type
[Standard]
Creates a Tuple type
[Standard]
Creates a Union type
[Standard]
Creates a Union type
[Standard]
Creates a Union type
[Standard]
Creates an Unknown type
[Standard]
Creates a Unsafe type that infers for the generic argument