Function green

  • Set text color to green.

    Parameters

    • str: string

      The text to make green

    Returns string

    The green text

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

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