UNPKG

deno

Version:
19 lines (14 loc) 267 B
'use strict'; const MODULE_REQUIRE = 1 /* built-in */ /* NPM */ /* in-package */ ; /** * Get the path to the current node exectuable. * @return {string} */ function execPath() { return process.execPath; } module.exports = execPath;