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