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