Skip to main content
Module

std/node/stream.ts>Writable#write

Deno standard library
Go to Latest
method Writable.prototype.write
Re-export
import { Writable } from "https://deno.land/std@0.85.0/node/stream.ts";

Parameters

chunk: any
optional
cb: (error: Error | null | undefined) => void

Returns

boolean

Parameters

chunk: any
encoding: WritableEncodings | null
optional
cb: (error: Error | null | undefined) => void

Returns

boolean