Skip to content

inverse

1
function inverse(str: string): string

Invert background color and text color.

Parameters

ParameterTypeDescription
strstringtext to invert its color

Returns

string

Source

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