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