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