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