minigame-std
Version:
Mini Game Standard Development Library.
16 lines (9 loc) • 392 B
Markdown
[**minigame-std**](../../../README.md)
***
[minigame-std](../../../README.md) / [platform](../README.md) / TargetType
# Type Alias: TargetType
```ts
type TargetType = "minigame" | "web";
```
Defined in: [src/std/platform/base.ts:4](https://github.com/JiangJie/minigame-std/blob/fdb22241c47c2e98329a4c62befde728957e03ee/src/std/platform/base.ts#L4)
平台类型,Web 或者小游戏。