deno.com
method default.WritableOptions.write
#WritableOptions.write(
this: Writable,
chunk: any,
encoding: BufferEncoding,
callback: (error?: Error | null) => void,
): void

Parameters #

#this: Writable
#chunk: any
#encoding: BufferEncoding
#callback: (error?: Error | null) => void

Return Type #

void