core.generateid
Home > @medplum/core > generateId
generateId() function
Cross platform random UUID generator Note that this is not intended for production use, but rather for testing This should be replaced when crypto.randomUUID is fully supported See: https://stackoverflow.com/revisions/2117523/28
Signature:
export declare function generateId(): string;
Returns:
string
A random UUID.