Skip to main content
Module

std/cli/spinner.ts>Color

The Deno Standard Library
Go to Latest
type alias Color
import { type Color } from "https://deno.land/std@0.223.0/cli/spinner.ts";

Color options for SpinnerOptions.color.

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