UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev (v3) projects

8 lines (7 loc) 267 B
export declare const isWindows: boolean; export declare function escapeImportPath(path: string): string; export declare const spinner: () => { start: (msg?: string) => void; stop: (msg?: string, code?: number) => void; message: (msg?: string) => void; };