Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/cli/spinner.ts>Ansi

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias Ansi
import { type Ansi } from "https://deno.land/std@0.220.1/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 & { }