Function brightCyan

  • Set text color to bright cyan.

    Parameters

    • str: string

      The text to make bright cyan

    Returns string

    The bright cyan text

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

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