minigame-std
Version:
Mini Game Standard Development Library.
16 lines (9 loc) • 405 B
Markdown
[**minigame-std**](../../../README.md)
***
[minigame-std](../../../README.md) / [cryptos](../README.md) / UUID
# Type Alias: UUID
```ts
type UUID = `${string}-${string}-${string}-${string}-${string}`;
```
Defined in: [src/std/crypto/random/random\_defines.ts:4](https://github.com/JiangJie/minigame-std/blob/ff3594872b1efbdbc13aabe99588385e855b50dc/src/std/crypto/random/random_defines.ts#L4)
UUID.