minigame-std
Version:
Mini Game Standard Development Library.
18 lines (10 loc) • 326 B
Markdown
[**minigame-std**](../README.md)
***
[minigame-std](../README.md) / DataSource
# Type Alias: DataSource
```ts
type DataSource = string | BufferSource;
```
The data source.
## Defined in
[src/std/defines.ts:4](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/defines.ts#L4)