function colors.boldimport { colors } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts"; const { bold } = colors; bold(str: string): stringMake the text bold. Parametersstr: stringtext to make bold Returnsstring