Skip to content
On this page

wm-kit / Exports / getUUID

Function: getUUID

getUUID(): string

获取唯一的uuid

Returns

string

返回唯一的uuid

示例

ts
import { getUUID } from 'wm-kit'
getUUID() // => a0c356fa-0edb-48f3-a70d-9004a19a0930

Author

曹海

Defined in

src/modules/string/index.ts:57

Released under the MIT License.