UNPKG
@vercel/fun
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Local Lambda development environment
github.com/vercel/fun
vercel/fun
@vercel/fun
/
dist
/
src
/
install-python.d.ts
3 lines
(2 loc)
•
246 B
TypeScript
View Raw
1
2
3
export
declare
function
generatePythonTarballUrl
(
version
:
string
,
platform
?:
NodeJS
.
Platform
,
arch
?:
string
):
string
;
export
declare
function
installPython
(
dest
:
string
,
version
:
string
,
platform
?:
NodeJS
.
Platform
,
arch
?:
string
):
Promise
<
void
>;