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