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

Parameters #

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

Return Type #

void