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

std/cli/spinner.ts>Color

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias Color
import { type Color } from "https://deno.land/std@0.222.1/cli/spinner.ts";

Color options for SpinnerOptions.color.

definition:
| "black"
| "red"
| "green"
| "yellow"
| "blue"
| "magenta"
| "cyan"
| "white"
| "gray"
| Ansi