import { tools } from "https://deno.land/x/fido2@3.5.3/lib/utils.js";
const { encodeIter } = tools.cbor;
Given an Iterable first argument, returns an Iterable where each value is encoded as a Buffer If the argument is only Async Iterable, the return value will be an Async Iterable.