Skip to main content
Module

x/lume/deps/cli.ts>Ansi

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias Ansi
import { type Ansi } from "https://deno.land/x/lume@v2.1.3/deps/cli.ts";

This is a hack to allow us to use the same type for both the color name and an ANSI escape code.

definition: string & { }