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/fdb22241c47c2e98329a4c62befde728957e03ee/src/std/crypto/random/random_defines.ts#L4)
UUID.