0.0.2 • Published 3 years ago
@morphosis/capacitor-open-folder v0.0.2
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; }>