Function yellow

  • Set text color to yellow.

    Parameters

    • str: string

      The text to make yellow

    Returns string

    The yellow text

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

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