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