Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CBOR

import { CBOR } from "https://raw.githubusercontent.com/aaronhuggins/cbor-redux/0c8b3f4fa619fee986dd91e254d999fc9cfd396e/mod.ts";

An intrinsic object that provides functions to convert JavaScript values to and from the Concise Binary Object Representation (CBOR) format.

const CBOR: {
decode: decode;
encode: encode;
}
;