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

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

🚀 (Deno) enhanced executor
Latest
variable args
import { args } from "https://deno.land/x/dxx@rf/src/lib/xProcess.ts";
  • array of 'shell'-expanded arguments; simple pass-through of Deno.args for non-Windows platforms

type

() => unknown