HumanBreak/script/utils.ts
2023-05-31 12:09:47 +08:00

4 lines
111 B
TypeScript

export function uniqueSymbol() {
return Math.ceil(Math.random() * 0xefffffff + 0x10000000).toString(16);
}