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

3 lines
113 B
TypeScript
Raw Normal View History

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