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