Skip to content

Home > sculp-js > randomUuid

randomUuid() function

优先浏览器原生能力获取 UUID v4

Signature:

typescript
export declare function randomUuid(): string;

Returns:

string

{string}

Released under the MIT License.