mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 04:19:30 +08:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
|
export function uniqueSymbol() {
|
||
|
return Math.ceil(Math.random() * 0xefffffff + 0x10000000).toString(16);
|
||
|
}
|