Files
oh-my-opencode/dist/hooks/auto-update-checker/checker/check-for-update.d.ts
T

3 lines
138 B
TypeScript
Raw Normal View History

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