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