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