Skip to main content
Module

x/dyr/deps.ts>Command#globalType

Deno CLI for the weather
Go to Latest
method Command.prototype.globalType
Re-export
import { Command } from "https://deno.land/x/dyr@v1.3.1/deps.ts";

Type Parameters

H extends TypeOrTypeHandler<unknown>
optional
N extends string = string

Parameters

name: N
handler: H
optional
options: Omit<ITypeOptions, "global">

Returns

Command<CPG, CPT, CO, CA, CG, CT, Merge<CGT, TypedType<N, H>>, CP>