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