Skip to content

@pmun/utils / uuid

Function: uuid()

ts
function uuid(): string;

生成 UUID v4

Returns

string

UUID v4 字符串

Example

ts
uuid() // 例如: '550e8400-e29b-41d4-a716-446655440000'