Skip to main content
Module

x/scaffold/src/deps/cli.ts>TtyChain

scaffold your next project with style and 💗
Latest
interface TtyChain
implements Exclude<Chain<TtyChain>, "cursorPosition">
import { type TtyChain } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

Ansi instance returned by all ansi escape properties.

Call Signatures

(): void

Write ansi escape sequence.

Methods

getCursorPosition(): Cursor

Get current cursor position.