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

x/dtils/deps.ts>cbor.encodeIter

The best unofficial library of utilities for Deno applications
Go to Latest
function cbor.encodeIter
import { cbor } from "https://deno.land/x/dtils@2.5.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.

Parameters

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