Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/node/_global.d.ts>Buffered

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface Buffered
import { type Buffered } from "https://deno.land/std@0.159.0/node/_global.d.ts";

Properties

chunk: Buffer
encoding: string
callback: (err?: Error | null) => void