Module

std/node/stream.ts>Writable#write

Deno standard library
Go to Latest
method Writable.prototype.write
import { Writable } from "https://dotland.deno.dev/std@0.92.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