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