function colors.brightMagentaimport { colors } from "https://dotland.deno.dev/x/fresh@1.7.3/src/dev/deps.ts"; const { brightMagenta } = colors; brightMagenta(str: string): stringSet text color to bright magenta. Parametersstr: stringtext to make bright-magenta Returnsstring