Function bgBrightCyan

  • Set background color to bright cyan.

    Parameters

    • str: string

      The text to make its background bright cyan

    Returns string

    The text with bright cyan background

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

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