Skip to main content
Module

std/streams/mod.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.167.0/streams/mod.ts";

Utilities for working with the Streams API.

Includes buffering and conversion.

Classes

A variable-sized buffer of bytes with read() and write() methods.