import { cbor } from "https://deno.land/x/dtils@2.4.0/deps.ts";
const { Decoder } = cbor;
Methods
decode(source, end)
decodeKey(key)
decodeKeys(map)
decodeMultiple(source, forEach)
encodeKey(key)
encodeKeys(rec)
mapDecode(source, end)
import { cbor } from "https://deno.land/x/dtils@2.4.0/deps.ts";
const { Decoder } = cbor;