CBORReplacer
import type { CBORReplacer } from "https://raw.githubusercontent.com/aaronhuggins/cbor-redux/0c8b3f4fa619fee986dd91e254d999fc9cfd396e/mod.ts";
A function to modify the behavior of the encoder; to omit values, return the OMIT_VALUE
symbol.
type CBORReplacer = (key: any, value: any) => any;