Skip to main content
Go to Latest
function clearScreenDown
Re-export
import { clearScreenDown } from "https://deno.land/std@0.145.0/node/readline.ts";

The readline.clearScreenDown() method clears the given TTY stream from the current position of the cursor down.

Parameters

Invoked once the operation completes.

optional
callback: () => void

Returns

boolean

false if stream wishes for the calling code to wait for the 'drain' event to be emitted before continuing to write additional data; otherwise true.