UNPKG
release-installer
Version:
latest (0.1.1)
0.1.1
0.1.0
Simple GitHub release installer.
github.com/tbeseda/release-installer
tbeseda/release-installer
release-installer
/
dist
/
github.d.ts
4 lines
(3 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
import
type
{
ReleaseInfo
}
from
'./index.js'
;
export
declare
function
fetchReleaseInfo
(
repo
:
string
,
version
:
string
):
Promise
<
ReleaseInfo
>;
export
declare
function
downloadAsset
(
url
:
string
,
outputPath
:
string
):
Promise
<
void
>;