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