UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 230 B
/** Format a clickable terminal link when supported, otherwise return a readable fallback. */ export declare function formatTerminalLink(label: string, url: string, opts?: { fallback?: string; force?: boolean; }): string;