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