Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Decoder

Index

Methods

Methods

Static decode

  • decode(cborInputString: string): any
  • CBOR列からJSのデータ構造に変換する関数

    example

    const result = decode("6161") // a

    throws

    CBOR文字列ではないときに例外を投げる

    Parameters

    • cborInputString: string

      cbor文字列 6161 01

    Returns any

Generated using TypeDoc