Skip to main content
Module

x/inquirer/deps.ts>ansi.eraseLines

Interactive command line user interfaces for deno
Latest
function ansi.eraseLines
import { ansi } from "https://deno.land/x/inquirer@v0.0.4/deps.ts";
const { eraseLines } = ansi;

Erase from the current cursor position up the specified amount of rows.

Parameters

count: number

Returns

string