Skip to main content
Module

std/cli/mod.ts>Ansi

Deno standard library
Go to Latest
type alias Ansi
import { type Ansi } from "https://deno.land/std@0.221.0/cli/mod.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 & { }