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