function colors.brightRedimport { colors } from "https://deno.land/x/proc@0.20.17/dev/deps.ts"; const { brightRed } = colors; brightRed(str: string): stringSet text color to bright red. Parametersstr: stringtext to make bright-red Returnsstring