Function white

  • Set text color to white.

    Parameters

    • str: string

      The text to make white

    Returns string

    The white text

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

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