Sets the style of text to be printed to bold.
Disable by setting the NO_COLOR environmental variable.
NO_COLOR
Text to make bold
Bold text for printing
import { bold } from "@std/internal/styles";console.log(bold("Hello, world!")); // Prints "Hello, world!" in bold Copy
import { bold } from "@std/internal/styles";console.log(bold("Hello, world!")); // Prints "Hello, world!" in bold
Sets the style of text to be printed to bold.
Disable by setting the
NO_COLORenvironmental variable.