Skip to content

magenta

1
function magenta(str: string): string

Set text color to magenta.

Parameters

ParameterTypeDescription
strstringtext to make magenta

Returns

string

Source

twitchfy/packages/eventsub/src/logger/colors.ts:161