Files
oh-my-opencode/dist/cli/get-local-version/get-local-version.d.ts
T

3 lines
147 B
TypeScript
Raw Normal View History

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