import { cbor } from "https://deno.land/x/wmill@v1.354.0/deps.ts";
const { encodeIter } = 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.