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

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

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

type

() => unknown