Skip to main content
Module

x/alfredo/deps.ts>Command#getGlobalType

Your Alfred workflows on steroids with Deno
Latest
method Command.prototype.getGlobalType
Re-export
import { Command } from "https://deno.land/x/alfredo@0.4.3/deps.ts";

Get global type by name.

Parameters

name: string

Name of the type.

Returns

IType | undefined