Type

Type

The main types consist of Function, object, and Primitive.

type.type.ts
type Type = Function | object | Primitive;

Last updated