Skip to content

utilities.Function.generateUniqueId

tgreyuk edited this page Mar 16, 2025 · 7 revisions

github-wiki-example / utilities / generateUniqueId

Function: generateUniqueId()

generateUniqueId(): string

Defined in: utilities.ts:41

Converts a string to title case, making the first character of each word uppercase. Effective for formatting titles or names in a readable format.

Returns

string

The string transformed to title case.

Clone this wiki locally