Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.4/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 & { }