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

Matches any primitive value.