Skip to content

strikethrough

1
function strikethrough(str: string): string

Put horizontal line through the center of the text.

Parameters

ParameterTypeDescription
strstringtext to strike through

Returns

string

Source

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