ReadonlycategoryReadonlynameOptional ReadonlytypeStatic ReadonlyANONYMOUS_An anonymous or arrow function.
Static ReadonlyARRAYStatic ReadonlyBIGINTStatic ReadonlyBOOLEANStatic ReadonlyNULLStatic ReadonlyNUMBERStatic ReadonlySTRINGStatic ReadonlySYMBOLStatic ReadonlyUNDEFINEDIndicates whether this type is a subtype of another type. Note that types are considered subtypes of themselves.
the parent type
StaticgetStaticnamedReturns the type of a named class.
the name of the class, or null to represent any class.
OptionaltypeGuard: (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
StaticnamedStaticofReturns the type of a value.
a value
the value's type
Describes the type of a value.