Skip to main content
Module

x/enzastdlib/vendor/@deno-std-streams.ts

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
import * as enzastdlib from "https://deno.land/x/enzastdlib@v0.0.4/vendor/@deno-std-streams.ts";

Classes

Transform a stream into a stream where each chunk is divided by a newline, be it \n or \r\n. \r can be enabled via the allowCR option.

Functions

Create a ReadableStream from any kind of iterable.