Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/std/flags/mod.ts>Args

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface Args
import { type Args } from "https://deno.land/x/deno@v1.0.0/std/flags/mod.ts";

Index Signatures

[key: string]: any

Properties

_: Array<string | number>

Contains all the arguments that didn't have an option associated with them.