Skip to main content
Module

x/wmill/upgrade.ts>NpmProviderOptions

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
type alias NpmProviderOptions
import { type NpmProviderOptions } from "https://deno.land/x/wmill@v1.394.4/upgrade.ts";
definition: { main?: string; logger?: any; } & ({ package: string; } | { scope: string; name?: string; })