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