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

3 lines
147 B
TypeScript

import type { GetLocalVersionOptions } from "./types";
export declare function getLocalVersion(options?: GetLocalVersionOptions): Promise<number>;