Type Alias PrimitiveTypes

PrimitiveTypes:
    | boolean
    | number
    | string
    | object
    | symbol
    | bigint
    | Function
    | undefined
    | null

📘 Definition of all primitive types.