Skip to content

gray

1
function gray(str: string): string

Set text color to gray.

Parameters

ParameterTypeDescription
strstringtext to make gray

Returns

string

Source

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