@stricahq/cbors - v2.0.0
    Preparing search index...

    Class CborNode

    Index
    child?: CborNode
    chunks?: CborNode[]
    encoding: { ai: number; indefinite: boolean }
    entries?: { key: CborNode; value: CborNode }[]
    items?: CborNode[]
    span: ByteSpan
    tag?: number | bigint
    value?: string | number | bigint | boolean | Uint8Array<ArrayBufferLike>
    • get bytes(): Uint8Array

      Returns Uint8Array

    • Parameters

      • k: string | number | bigint | boolean | Uint8Array<ArrayBufferLike>

      Returns CborNode | undefined

    • Returns any