UNPKG

minigame-std

Version:

Mini Game Standard Development Library.

26 lines (15 loc) 504 B
[**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/fdb22241c47c2e98329a4c62befde728957e03ee/src/std/storage/mod.ts#L108) `removeItem` 的同步版本。 ## Parameters | Parameter | Type | | ------ | ------ | | `key` | `string` | ## Returns `VoidIOResult`