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