Files
oh-my-opencode/dist/cli/cli-installer.d.ts
T

3 lines
138 B
TypeScript
Raw Normal View History

import type { InstallArgs } from "./types";
export declare function runCliInstaller(args: InstallArgs, version: string): Promise<number>;