Skip to main content

Class: UUID

Utility functions for working with UUIDs.

Constructors

constructor

new UUID(): UUID

Returns

UUID

Methods

GenerateUuid

GenerateUuid(): string

A function to generate a spec-compliand v4 UUID in a 32-bit safe way.

Returns

string

A UUID in standard 8-4-4-4-12 notation.

Defined in

src/sdk/utils/uuid/UUID.ts:7