function colors.brightCyanimport { colors } from "https://deno.land/x/deno_cache@0.4.1/deps.ts"; const { brightCyan } = colors; brightCyan(str: string): stringSet text color to bright cyan. Parametersstr: stringtext to make bright-cyan Returnsstring