Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/$locals.ts>$me.runAs

🚀 (Deno) enhanced executor
Latest
variable $me.runAs
import { $me } from "https://deno.land/x/dxx@rf/src/lib/$locals.ts";
const { runAs } = $me;
  • executable string which can be used to re-run current application; eg, Deno.run({cmd: [ runAs, ... ]});