Files
oh-my-opencode/dist/cli/doctor/index.d.ts
T
2026-03-14 04:56:50 +00:00

6 lines
251 B
TypeScript

import type { DoctorOptions } from "./types";
export declare function doctor(options?: DoctorOptions): Promise<number>;
export * from "./types";
export { runDoctor } from "./runner";
export { formatDoctorOutput, formatJsonOutput } from "./formatter";