Skip to main content
Module

std/node/readline.ts>clearLine

Deno standard library
Go to Latest
function clearLine
Re-export
import { clearLine } from "https://deno.land/std@0.166.0/node/readline.ts";

The readline.clearLine() method clears current line of given TTY stream in a specified direction identified by dir.

Parameters

Invoked once the operation completes.

dir: Direction
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.