UNPKG

@vercel/fun

Version:

Local Lambda development environment

8 lines 271 B
"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