import { cbor } from "https://deno.land/x/dtils@2.3.1/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.