minigame-std
Version:
Mini Game Standard Development Library.
22 lines (12 loc) • 434 B
Markdown
[**minigame-std**](../../../README.md)
***
[minigame-std](../../../README.md) / [storage](../README.md) / getLengthSync
# Function: getLengthSync()
```ts
function getLengthSync(): IOResult<number>
```
`getLength` 的同步版本。
## Returns
`IOResult`\<`number`\>
## Defined in
[src/std/storage/mod.ts:108](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/storage/mod.ts#L108)