Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/clarigen/src/cli/cli-deps.ts>Command#globalType

Deno package for type-safe Clarinet tests
Latest
method Command.prototype.globalType
Re-export
import { Command } from "https://deno.land/x/clarigen@v0.5.5/src/cli/cli-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>