Created
March 7, 2017 07:27
-
-
Save develar/d1a670538d3df321db0c88fb2fd40c75 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @module electron-updater/out/BintrayProvider | |
*/ | |
/** | |
* @extends module:electron-updater/out/api.Provider | |
*/ | |
export class BintrayProvider { | |
/** | |
* @function module:electron-updater/out/BintrayProvider.BintrayProvider#getLatestVersion | |
* @returns {Promise} | |
*/ | |
getLatestVersion() {} | |
/** | |
* @function module:electron-updater/out/BintrayProvider.BintrayProvider#getUpdateFile | |
* @param {module:electron-builder-http/out/publishOptions.VersionInfo} versionInfo | |
* @returns {Promise} | |
*/ | |
getUpdateFile() {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment