BC-DCBOR TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Function hasTag

    • Check if CBOR has a specific tag.

      Parameters

      • cbor: Cbor

        CBOR value

      • tag: number | bigint

        Tag value to check

      Returns boolean

      True if has tag, false otherwise