Files
oh-my-opencode/packages/sdk/src/index.ts
2026-03-16 15:06:33 +09:00

9 lines
179 B
TypeScript

export { createOmoRunner } from "./create-omo-runner"
export type {
CreateOmoRunnerOptions,
OmoRunInvocationOptions,
OmoRunner,
RunResult,
StreamEvent,
} from "./types"