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

std/node/_global.d.ts>Buffered

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

Properties

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