Skip to content

cyan

1
function cyan(str: string): string

Set text color to cyan.

Parameters

ParameterTypeDescription
strstringtext to make cyan

Returns

string

Source

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