Skip to content

bold

1
function bold(str: string): string

Make the text bold.

Parameters

ParameterTypeDescription
strstringtext to make bold

Returns

string

Source

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