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