UNPKG

@sefinek/google-tts-api

Version:

Fast Google TTS (Text-To-Speech) for Node.js. For free without any API keys!

7 lines 236 B
interface Option { maxLength?: number; splitPunct?: string; } declare const splitLongText: (text: string, { maxLength, splitPunct }?: Option) => string[]; export default splitLongText; //# sourceMappingURL=splitLongText.d.ts.map