Atom:
    | undefined
    | null
    | boolean
    | number
    | bigint
    | string
    | ByteArray
    | symbol

JS values that correspond to ocapn Atoms, most of which are JS primitives, but some of which are represented as JS object.