DenoDeno.execPathfunction Deno.execPath#execPath(): stringReturns the path to the current deno executable. console.log(Deno.execPath()); // e.g. "/home/alice/.local/bin/deno" Return Type #string
function Deno.execPath#execPath(): stringReturns the path to the current deno executable. console.log(Deno.execPath()); // e.g. "/home/alice/.local/bin/deno" Return Type #string