Skip to main content
Module

x/lume/deps/cliffy.ts>tty

🔥 Static site generator for Deno 🦕
Very Popular
Latest
variable tty
Re-export
import { tty } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.ts";

Chainable ansi escape sequences. If invoked as method, a new Tty instance will be returned.

tty.cursorTo(0, 0).eraseScreen();