Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/cliffy.ts>tty

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

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

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