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