Module

std/cli/spinner.ts>Ansi

The Deno Standard Library
Latest
type alias Ansi
import { type Ansi } from "https://dotland.deno.dev/std@0.224.0/cli/spinner.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 & { }