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

x/wmill/deps.ts>cbor.decodeIter

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

Given an Iterable/Iterator input which yields buffers, returns an IterableIterator which yields sync decoded objects Or, given an Async Iterable/Iterator which yields promises resolving in buffers, returns an AsyncIterableIterator.

Parameters

bufferIterator
optional
options = [UNSUPPORTED]
  • Decoder options