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