Skip to main content
Module

std/node/_global.d.ts>Buffered

Deno standard library
Go to Latest
interface Buffered
import { type Buffered } from "https://deno.land/std@0.139.0/node/_global.d.ts";

Properties

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