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