Skip to main content
Module

std/node/_buffer.d.ts>SlowBuffer

Deno standard library
Go to Latest
variable SlowBuffer
import { SlowBuffer } from "https://deno.land/std@0.147.0/node/_buffer.d.ts";

type

{ prototype: Buffer; new (size: number): Buffer; }