Skip to main content
Module

x/args/index.ts>commands.MergeCommandReturn

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
type alias commands.MergeCommandReturn
import { type commands } from "https://deno.land/x/args@2.1.1/index.ts";
const { MergeCommandReturn } = commands;

Type of value of MergeCommand

Type Parameters

LeftVal

Type of left dictionary

RightVal

Type of right dictionary