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