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