Sets the color of text to be printed to yellow.
Disable by setting the NO_COLOR environmental variable.
NO_COLOR
Text to make yellow
Yellow text for print
import { yellow } from "@std/internal/styles";console.log(yellow("Hello, world!")); // Prints "Hello, world!" in yellow Copy
import { yellow } from "@std/internal/styles";console.log(yellow("Hello, world!")); // Prints "Hello, world!" in yellow
Sets the color of text to be printed to yellow.
Disable by setting the
NO_COLORenvironmental variable.