Files
oh-my-opencode/dist/hooks/auto-update-checker/checker/check-for-update.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
138 B
TypeScript

import type { UpdateCheckResult } from "../types";
export declare function checkForUpdate(directory: string): Promise<UpdateCheckResult>;