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