Skip to content
On this page

creator

创建一些常见的内容。

ts
import { creator } from 'wheater'

uuid

ts
const uuid = creator.uuid({
    uppercase : true,   // 是否大写,默认false
    separator : false,  // 带分隔符,默认true
});