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
/
runtimes
/
python3
/
index.js
8 lines
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
init
= init;
const
runtimes_1 =
require
(
"../../runtimes"
);
async
function
init
(
_runtime
) {
await
(
0
, runtimes_1.
initializeRuntime
)(runtimes_1.
runtimes
.
python
); }
//# sourceMappingURL=index.js.map