function colors.bgBrightMagentaimport { colors } from "https://deno.land/x/release_up@0.6.0/deps.ts"; const { bgBrightMagenta } = colors; bgBrightMagenta(str: string): stringSet background color to bright magenta. Parametersstr: stringtext to make its background bright-magenta Returnsstring