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