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