Make the text bold.
The text to make bold
The bold text
import { bold } from "@std/fmt/colors";console.log(bold("Hello, world!")); Copy
import { bold } from "@std/fmt/colors";console.log(bold("Hello, world!"));
Make the text bold.