mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 08:09:34 +00:00
4 lines
140 B
TypeScript
4 lines
140 B
TypeScript
// Runtime entrypoint for the voice-call plugin package.
|
|
|
|
export { createVoiceCallRuntime, type VoiceCallRuntime } from "./src/runtime.js";
|