Function brightYellow

  • Set text color to bright yellow.

    Parameters

    • str: string

      The text to make bright yellow

    Returns string

    The bright yellow text

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

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