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

x/dtils/stream.ts

The best unofficial library of utilities for Deno applications
Go to Latest
import * as dtils from "https://deno.land/x/dtils@2.5.0/stream.ts";

Functions

Collect the chunks of stream into an array

Read 1streamintofn, calling fnfor every chunk. Iffn` returns a promise, it will be awaited