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