UNPKG

minigame-std

Version:

Mini Game Standard Development Library.

27 lines (16 loc) 534 B
[**minigame-std**](../../../README.md) *** [minigame-std](../../../README.md) / [fs](../README.md) / unzipSync # Function: unzipSync() ```ts function unzipSync(zipFilePath, targetPath): VoidIOResult ``` Defined in: [src/std/fs/fs\_sync.ts:171](https://github.com/JiangJie/minigame-std/blob/fdb22241c47c2e98329a4c62befde728957e03ee/src/std/fs/fs_sync.ts#L171) `unzip` 的同步版本。 ## Parameters | Parameter | Type | | ------ | ------ | | `zipFilePath` | `string` | | `targetPath` | `string` | ## Returns `VoidIOResult`