import { encodeIter } from "https://deno.land/x/cbor@v1.6.0/index.js";
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.