Function cyan

  • Set text color to cyan.

    Parameters

    • str: string

      The text to make cyan

    Returns string

    The cyan text

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

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