function colors.whiteimport { colors } from "https://deno.land/x/proc@0.20.17/dev/deps.ts"; const { white } = colors; white(str: string): stringSet text color to white. Parametersstr: stringtext to make white Returnsstring