function colors.brightBlueimport { colors } from "https://dotland.deno.dev/x/deno_cache@0.7.1/deps.ts"; const { brightBlue } = colors; brightBlue(str: string): stringSet text color to bright blue. Parametersstr: stringtext to make bright-blue Returnsstring