Skip to main content
Module

std/node/buffer.ts

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

Classes

Buffer objects are used to represent a fixed-length sequence of bytes. Many Node.js APIs support Buffers.