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

3 lines
113 B
TypeScript

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