function
stream.default.isWritable
): null | boolean;
Returns whether the stream is writable.
@returns
Only returns null if stream is not a valid Writable, Duplex or WritableStream.
function
Returns whether the stream is writable.
Only returns null if stream is not a valid Writable, Duplex or WritableStream.