Files
openclaw/extensions/voice-call/runtime-entry.ts
2026-06-04 01:45:11 -04:00

4 lines
140 B
TypeScript

// Runtime entrypoint for the voice-call plugin package.
export { createVoiceCallRuntime, type VoiceCallRuntime } from "./src/runtime.js";