Function brightMagenta

  • Set text color to bright magenta.

    Parameters

    • str: string

      The text to make bright magenta

    Returns string

    The bright magenta text

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

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