Skip to content

underline

1
function underline(str: string): string

Make the text underline.

Parameters

ParameterTypeDescription
strstringtext to underline

Returns

string

Source

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