UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

4 lines (3 loc) 198 B
import type { Command } from "commander"; export declare function configureDeployCommand(program: Command): Command; export declare function verifyDirectory(dir: string, projectPath: string): void;