Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method default.prototype._write
import { default } from "https://deno.land/std@0.101.0/node/_stream/writable.ts";

Parameters

chunk: any
encoding: string
cb: (error?: Error | null) => void