Skip to main content
Module

std/io/buffer.ts

The Deno Standard Library
Latest
import * as mod from "https://deno.land/std@0.223.0/io/buffer.ts";

Classes

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