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