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

x/dxx/src/lib/xProcess.ts>runAs

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