Function bold

  • Make the text bold.

    Parameters

    • str: string

      The text to make bold

    Returns string

    The bold text

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

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