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