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