import { Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { execPath } = Deno;
Returns the path to the current deno executable.
console.log(Deno.execPath()); // e.g. "/home/alice/.local/bin/deno"
Requires allow-read
permission.