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