4 lines
150 B
TypeScript
4 lines
150 B
TypeScript
import type { CreateOmoRunnerOptions, OmoRunner } from "./types"
|
|
|
|
export declare function createOmoRunner(options: CreateOmoRunnerOptions): OmoRunner
|