es-stl - v3.0.3
    Preparing search index...

    Type Alias Primitive

    Primitive: string | number | bigint | boolean | symbol | null | undefined

    JavaScript primitive value.

    Functions and objects aren't primitive values. Use a JSON-specific type when values must also be serializable, because JSON doesn't support every member of this union.

    const value: Primitive = Symbol('id');