Module

std/node/buffer.ts

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

Classes

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