Module

std/node/_global.d.ts>Buffered

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

Properties

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