Skip to content

black

1
function black(str: string): string

Set text color to black.

Parameters

ParameterTypeDescription
strstringtext to make black

Returns

string

Source

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