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