Function brightWhite

  • Set text color to bright white.

    Parameters

    • str: string

      The text to make bright white

    Returns string

    The bright white text

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

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