function colors.brightGreenimport { colors } from "https://deno.land/x/wasmbuild@0.14.1/lib/deps.ts"; const { brightGreen } = colors; brightGreen(str: string): stringSet text color to bright green. Parametersstr: stringtext to make bright-green Returnsstring