UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

9 lines (8 loc) 283 B
/** Object containing hyperlink support status for stdout and stderr. */ declare const supportsHyperlinks: { /** Whether stdout supports hyperlinks. */ stdout: boolean; /** Whether stderr supports hyperlinks. */ stderr: boolean; }; export default supportsHyperlinks;