Skip to content

italic

1
function italic(str: string): string

Make the text italic.

Parameters

ParameterTypeDescription
strstringtext to make italic

Returns

string

Source

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