Skip to content

@vtjDocs


@vtj / node / uuid

Function: uuid()

uuid(split?): string

生成一个 UUID 或 GUID, 默认GUID

Parameters

split?: boolean

true为GUID,fasle为UUID

Returns

string

Defined in

packages/base/types/util.d.ts:41

Released under the MIT License.