Skip to main content
Go to Latest
method Command.prototype.globalType
Re-export
import { Command } from "https://deno.land/x/release_up@0.5.0/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>