Skip to main content
Module

x/lume/deps/cliffy.ts>TtyChain

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface TtyChain
implements Exclude<Chain<TtyChain>, "cursorPosition">
import { type TtyChain } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.ts";

Ansi instance returned by all ansi escape properties.

Call Signatures

(): void

Write ansi escape sequence.

Methods

getCursorPosition(): Cursor

Get current cursor position.