Function brightRed

  • Set text color to bright red.

    Parameters

    • str: string

      The text to make bright red

    Returns string

    The bright red text

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

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