Function brightBlue

  • Set text color to bright blue.

    Parameters

    • str: string

      The text to make bright blue

    Returns string

    The bright blue text

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

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