pjamm-plugin-fileshare
v5.0.0
Published
PJAMM FileShare Plugin
Readme
pjamm-plugin-fileshare
PJAMM FileShare Plugin
Install
npm install pjamm-plugin-fileshare
npx cap syncAPI
downloadFile(...)
downloadFile(options: DownloadOptions) => Promise<any>| Param | Type |
| ------------- | ----------------------------------------------------------- |
| options | DownloadOptions |
Returns: Promise<any>
Interfaces
DownloadOptions
| Prop | Type |
| -------------- | ------------------- |
| data | string |
| filename | string |
