Files
oh-my-opencode/dist/shared/tmux/tmux-utils/server-health.d.ts
T

3 lines
128 B
TypeScript
Raw Normal View History

export declare function isServerRunning(serverUrl: string): Promise<boolean>;
export declare function resetServerCheck(): void;