Function brightBlack

  • Sets the color of text to be printed to bright-black.

    Parameters

    • str: string

      Text to make bright-black

    Returns string

    Bright-black text for print

    import { brightBlack } from "@std/internal/styles";

    console.log(brightBlack("Hello, world!")); // Prints "Hello, world!" in bright-black