function colors.bgRedimport { colors } from "https://deno.land/x/proc@0.20.17/dev/deps.ts"; const { bgRed } = colors; bgRed(str: string): stringSet background color to red. Parametersstr: stringtext to make its background red Returnsstring