1.0.1 • Published 4 years ago
peis-ziphelp v1.0.1
peis-ziphelp
Zip operations
Install
npm install peis-ziphelp
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
unZip(...)
unZip(options: UnzipOptions) => Promise<UnzipResult>| Param | Type |
|---|---|
options | UnzipOptions |
Returns: Promise<UnzipResult>
Interfaces
UnzipResult
| Prop | Type |
|---|---|
message | string |
uri | string |
UnzipOptions
| Prop | Type |
|---|---|
source | string |
destination | string |
password | string |