minigame-std
Version:
Mini Game Standard Development Library.
18 lines (10 loc) • 408 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}`;
```
UUID.
## Defined in
[src/std/crypto/random/random\_defines.ts:4](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/crypto/random/random_defines.ts#L4)