function colors.bgBlueimport { colors } from "https://dotland.deno.dev/x/fresh@1.7.3/src/dev/deps.ts"; const { bgBlue } = colors; bgBlue(str: string): stringSet background color to blue. Parametersstr: stringtext to make its background blue Returnsstring