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