Files
oh-my-opencode/dist/cli/doctor/format-default.d.ts
T

3 lines
114 B
TypeScript
Raw Normal View History

import type { DoctorResult } from "./types";
export declare function formatDefault(result: DoctorResult): string;