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