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

x/alloy/types/application.ts>Application

An application installer for restriced macOS
Latest
type alias Application
import { type Application } from "https://deno.land/x/alloy@v0.0.9/types/application.ts";
definition: { name: string; argName: string; downloadURL: DownloadURL[]; appPath: string; }