Function bgBrightYellow

  • Set background color to bright yellow.

    Parameters

    • str: string

      The text to make its background bright yellow

    Returns string

    The text with bright yellow background

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

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