Type Alias CborPrimitiveType

CborPrimitiveType:
    | undefined
    | null
    | boolean
    | number
    | bigint
    | string
    | Uint8Array
    | Date

This type specifies the primitive types that the implementation can encode/decode into/from.