import { v4 as uuidv4 } from 'uuid';

class UUIDGenerator {
  static generate(): string {
    return uuidv4();
  }
}

export default UUIDGenerator;

使用方法

UUIDGenerator.generate()
最后修改:2023 年 05 月 05 日
如果觉得我的文章对你有用,请随意赞赏