Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/service/deps.ts>Args

Install a Deno application as a system service
Latest
type alias Args
import { type Args } from "https://deno.land/x/service@1.0.0-rc.0/deps.ts";

The value returned from parse.

Type Parameters

optional
TArgs extends Record<string, unknown> = Record<string, any>
optional
TDoubleDash extends boolean | undefined = undefined
definition: Id<TArgs & { _: Array<string | number>; } & (boolean extends TDoubleDash ? DoubleDash : true extends TDoubleDash ? Required<DoubleDash> : Record<never, never>)>