Skip to content

createUUID

生成UUID

示例

ts
import { createUUID } from '@base-web-kits/base-tools-ts';
const uuid = createUUID(); // '7982fcfe-5721-4632-bede-6000885be57d'

版本

  • 1.0.0 新增