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