Skip to main content
Module

x/inquirer/deps.ts>ansi.cursorNextLine

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

Moves cursor to beginning of the line n (default 1) lines down.

Returns

string