Library API
    Preparing search index...

    Type Alias Primitive

    Primitive: string | number | bigint | boolean | symbol | void | undefined | null
    🔍 Expanded Type Evaluation (Compiler API)
    type Primitive = string | number | bigint | boolean | symbol | void | null | undefined

    Union type of all JavaScript primitive value types