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