Skip to main content
Module

std/io/buffer.ts

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
import * as mod from "https://deno.land/std@0.222.1/io/buffer.ts";

Classes

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