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

x/cliffy/ansi/ansi.ts>Ansi

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Latest
type alias Ansi
import { type Ansi } from "https://deno.land/x/cliffy@v1.0.0-rc.7/ansi/ansi.ts";

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

definition: AnsiFactory & AnsiChain