Files
oh-my-opencode/packages/sdk/src/create-omo-runner.d.ts
T

4 lines
150 B
TypeScript
Raw Normal View History

2026-03-16 14:43:47 +09:00
import type { CreateOmoRunnerOptions, OmoRunner } from "./types"
export declare function createOmoRunner(options: CreateOmoRunnerOptions): OmoRunner