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