mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-07 02:22:46 +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";
|