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