minigame-std
Version:
Mini Game Standard Development Library.
28 lines (16 loc) • 505 B
Markdown
[**minigame-std**](../../../README.md)
***
[minigame-std](../../../README.md) / [storage](../README.md) / removeItemSync
# Function: removeItemSync()
```ts
function removeItemSync(key): VoidIOResult
```
`removeItem` 的同步版本。
## Parameters
| Parameter | Type |
| ------ | ------ |
| `key` | `string` |
## Returns
`VoidIOResult`
## Defined in
[src/std/storage/mod.ts:94](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/storage/mod.ts#L94)