[**minigame-std**](../../../README.md)

***

[minigame-std](../../../README.md) / [storage](../README.md) / removeItemSync

# Function: removeItemSync()

```ts
function removeItemSync(key): VoidIOResult
```

Defined in: [src/std/storage/mod.ts:108](https://github.com/JiangJie/minigame-std/blob/ff3594872b1efbdbc13aabe99588385e855b50dc/src/std/storage/mod.ts#L108)

`removeItem` 的同步版本。

## Parameters

| Parameter | Type |
| ------ | ------ |
| `key` | `string` |

## Returns

`VoidIOResult`
