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