Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/buffer.ts>SlowBuffer

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

type

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