Function brightBlack

  • Set text color to bright black.

    Parameters

    • str: string

      The text to make bright black

    Returns string

    The bright black text

    import { brightBlack } from "@std/fmt/colors";

    console.log(brightBlack("Hello, world!"));