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