Skip to main content
Module

x/mod/deps.ts>Command#globalType

Simple Command Line Interface to create Deno module entrypoints, CI, config and more.
Latest
method Command.prototype.globalType
Re-export
import { Command } from "https://deno.land/x/mod@v2.3.9/deps.ts";

Parameters

name: string
type: Type<unknown> | ITypeHandler<unknown>
optional
options: Omit<ITypeOptions, "global">