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