method WriteStream.prototype.clearScreenDown
WriteStream.prototype.clearScreenDown(callback?: () => void): booleanDeprecated
writeStream.clearScreenDown() clears this WriteStream from the current
cursor down.
booleanfalse if the stream wishes for the calling code to wait for the 'drain' event to be emitted before continuing to write additional data; otherwise true.