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