Files
oh-my-opencode/packages/sdk/src/create-omo-runner.d.ts
T
2026-03-16 15:06:33 +09:00

4 lines
150 B
TypeScript

import type { CreateOmoRunnerOptions, OmoRunner } from "./types"
export declare function createOmoRunner(options: CreateOmoRunnerOptions): OmoRunner