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
/
go1.x
/
filename.js
8 lines
•
271 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
getOutputFile
= getOutputFile;
function
getOutputFile
(
) {
const
ext = process.
platform
===
'win32'
?
'.exe'
:
''
;
return
`bootstrap
${ext}
`
; }
//# sourceMappingURL=filename.js.map