ModeOption
import type { ModeOption } from "https://raw.githubusercontent.com/aaronhuggins/cbor-redux/0c8b3f4fa619fee986dd91e254d999fc9cfd396e/mod.ts";
Indicates that the decoder should loosely accept all keys, or striictly fail on duplicate keys.
type ModeOption = "loose" | "strict";