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