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