Sets the color of text to be printed to white.
Text to make white
White text for print
import { white } from "@std/internal/styles";console.log(white("Hello, world!")); // Prints "Hello, world!" in white Copy
import { white } from "@std/internal/styles";console.log(white("Hello, world!")); // Prints "Hello, world!" in white
Sets the color of text to be printed to white.