Function bgCyan

  • Set background color to cyan.

    Parameters

    • str: string

      The text to make its background cyan

    Returns string

    The text with cyan background

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

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