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