Skip to main content
Module

x/cbor_redux/mod.ts>CBOROptions

The Concise Binary Object Representation (CBOR) data format (RFC7049) implemented in pure JavaScript, revived.
Latest
interface CBOROptions
Re-export
import { type CBOROptions } from "https://deno.land/x/cbor_redux@1.0.0/mod.ts";

Options for the decoder.

Properties

optional
dictionary: DictionaryOption

Set the dictionary type for supported environments; defaults to object.

optional
mode: ModeOption

Set the mode to strict to hard fail on duplicate keys in CBOR dictionaries; defaults to strict.