9 lines
179 B
TypeScript
9 lines
179 B
TypeScript
export { createOmoRunner } from "./create-omo-runner"
|
|
export type {
|
|
CreateOmoRunnerOptions,
|
|
OmoRunInvocationOptions,
|
|
OmoRunner,
|
|
RunResult,
|
|
StreamEvent,
|
|
} from "./types"
|