underline
1function underline(str: string): string
Make the text underline.
Parameters
Parameter | Type | Description |
---|---|---|
str | string | text to underline |
Returns
string
1function underline(str: string): string
Make the text underline.
Parameter | Type | Description |
---|---|---|
str | string | text to underline |
string