Function magenta

  • Set text color to magenta.

    Parameters

    • str: string

      The text to make magenta

    Returns string

    The magenta text

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

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