Function gray

  • Set text color to gray.

    Parameters

    • str: string

      The text to make gray

    Returns string

    The gray text

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

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