5 lines
186 B
TypeScript
5 lines
186 B
TypeScript
// Public speech helpers for bundled or third-party plugins.
|
|
|
|
export { parseTtsDirectives } from "../tts/tts-core.js";
|
|
export type { SpeechVoiceOption } from "../tts/provider-types.js";
|