UNPKG
@remote.it/core
Version:
latest (0.43.7)
0.43.7
0.43.4
0.43.3
0.43.2
0.43.1
0.42.2-alpha.1
0.42.2-alpha.0
0.42.1
0.42.0
0.6.0
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
Core remote.it JavasScript/TypeScript library
@remote.it/core
/
lib
/
WinSWDownloader.d.ts
10 lines
(9 loc)
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
GithubReleaseDownloader
}
from
'./GithubReleaseDownloader'
export
declare
class
WinSWDownloader
extends
GithubReleaseDownloader
{
destination
:
string
file
:
string
extension
:
string
repo
:
string
version
:
string
}
//# sourceMappingURL=WinSWDownloader.d.ts.map