The function generates a random UUID (Universally Unique Identifier) in TypeScript.

  • Returns string

    A randomly generated UUID (Universally Unique Identifier) in the format 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' where each 'x' is replaced with a random hexadecimal character.