Skip to main content
ForegroundColors - util - Node documentation
type alias ForegroundColors

Usage in Deno

import { type ForegroundColors } from "node:util";

Definition

"black"
| "blackBright"
| "blue"
| "blueBright"
| "cyan"
| "cyanBright"
| "gray"
| "green"
| "greenBright"
| "grey"
| "magenta"
| "magentaBright"
| "red"
| "redBright"
| "white"
| "whiteBright"
| "yellow"
| "yellowBright"