Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/wmill/deps.ts>cbor.encodeIter

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
function cbor.encodeIter
import { cbor } from "https://deno.land/x/wmill@v1.345.2/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.

Parameters

objectIterator
  • iterable source, like a Readable object stream, an array, Set, or custom object
optional
options = [UNSUPPORTED]
  • cbor-x Encoder options