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