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