Readonly
categoryReadonly
nameOptional
Readonly
typeStatic
Readonly
ANONYMOUS_An anonymous or arrow function.
Static
Readonly
ARRAYStatic
Readonly
BIGINTStatic
Readonly
BOOLEANStatic
Readonly
NULLStatic
Readonly
NUMBERStatic
Readonly
STRINGStatic
Readonly
SYMBOLStatic
Readonly
UNDEFINEDIndicates whether this type is a subtype of another type. Note that types are considered subtypes of themselves.
the parent type
Static
getStatic
namedReturns the type of a named class.
the name of the class, or null
to represent any class.
Optional
typeGuard: (value: unknown) => boolean(optional) for certain types, such as Typescript interfaces, runtime validation is not possible. In such a case, use a type guard to check if the value satisfies the type condition.
the type
Static
namedStatic
ofReturns the type of a value.
a value
the value's type
Describes the type of a value.