UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

8 lines (7 loc) 196 B
export declare const spinner: (options?: { plain?: boolean; }) => { start: (msg?: string) => void; stop: (msg?: string, code?: number) => void; message: (msg?: string) => void; };