Skip to content

green

1
function green(str: string): string

Set text color to green.

Parameters

ParameterTypeDescription
strstringtext to make green

Returns

string

Source

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