import * as cborRedux from "https://raw.githubusercontent.com/aaronhuggins/cbor-redux/0c8b3f4fa619fee986dd91e254d999fc9cfd396e/mod.ts";| SimpleValue | Convenience class for structuring a simple value. |
| TaggedValue | Convenience class for structuring a tagged value. |
| CBOR | An intrinsic object that provides functions to convert JavaScript values to and from the Concise Binary Object Representation (CBOR) format. |
| EMPTY_KEY | A symbol which is emitted by the |
| OMIT_VALUE | A symbol which may be returned by the user in the encoder's |
| decode | Converts a Concise Binary Object Representation (CBOR) buffer into an object. |
| encode | Converts a JavaScript value to a Concise Binary Object Representation (CBOR) buffer. |
| CBOROptions | Options for the decoder. |
| CBORReplacer | A function to modify the behavior of the encoder; to omit values, return the |
| CBORReviver | A function to modify values which are encountered during decoding. |
| DictionaryOption | Indicates that the decorder should use either Object or Map as the key/value dictionary. |
| ModeOption | Indicates that the decoder should loosely accept all keys, or striictly fail on duplicate keys. |