Skip to content
On this page

Home > @taiyuuki/utils > str_uuid

str_uuid() function

生成 UUID 字符串。

Signature:

typescript
declare function str_uuid(): string;
declare function str_uuid(): string;

Returns:

string

返回表示 UUID(通用唯一标识符)的字符串。

Released under the MIT License.