TType
import { TType } from "@fed1/jsos";
A type that is the root of all meta types. It is its own type, so TType
is itself a TType
.
Meta types are types of types, e. g. when you call typeOf with a type object instead of a regular value, what you get back is a meta type.
See also
- API: typeOf