UNPKG

minigame-std

Version:

Mini Game Standard Development Library.

26 lines (15 loc) 482 B
[**minigame-std**](../../../README.md) *** [minigame-std](../../../README.md) / [fs](../README.md) / removeSync # Function: removeSync() ```ts function removeSync(path): VoidIOResult ``` Defined in: [src/std/fs/fs\_sync.ts:76](https://github.com/JiangJie/minigame-std/blob/ff3594872b1efbdbc13aabe99588385e855b50dc/src/std/fs/fs_sync.ts#L76) `remove` 的同步版本。 ## Parameters | Parameter | Type | | ------ | ------ | | `path` | `string` | ## Returns `VoidIOResult`