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/ff3594872b1efbdbc13aabe99588385e855b50dc/src/std/storage/mod.ts#L122)
`getLength` 的同步版本。
## Returns
`IOResult`\<`number`\>