@morphosis/capacitor-open-folder
v0.0.2
Published
allows access to a folder structure
Downloads
4
Readme
open-folder
allows access to a folder structure
Install
npm install open-folder
npx cap syncAPI
pick(...)
pick(options: { defaultPath: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------------- |
| options | { defaultPath: string; } |
Returns: Promise<{ value: string; }>
