Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/src/deps/cli.ts>tty

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
variable tty
Re-export
import { tty } from "https://deno.land/x/actionify@0.3.0/src/deps/cli.ts";

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

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