Set text color to yellow.
The text to make yellow
The yellow text
import { yellow } from "@std/fmt/colors";console.log(yellow("Hello, world!")); Copy
import { yellow } from "@std/fmt/colors";console.log(yellow("Hello, world!"));
Set text color to yellow.