docx
    Preparing search index...

    Function uniqueUuid

    • Generates a UUID v4-style unique identifier.

      The UUID follows the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

      Returns string

      A UUID string

      const uuid = uniqueUuid(); // Returns "a3bb189e-8bf9-3888-9912-ace4e6543002"