Files
oh-my-opencode/packages/sdk/src/index.ts
T

9 lines
179 B
TypeScript
Raw Normal View History

2026-03-16 14:43:47 +09:00
export { createOmoRunner } from "./create-omo-runner"
export type {
CreateOmoRunnerOptions,
OmoRunInvocationOptions,
OmoRunner,
RunResult,
StreamEvent,
} from "./types"