For the complete documentation index, see llms.txt. This page is also available as Markdown.

Type

Type

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

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

Last updated