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