Function blue

  • Set text color to blue.

    Parameters

    • str: string

      The text to make blue

    Returns string

    The blue text

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

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