UNPKG
@sefinek/google-tts-api
Version:
latest (2.1.13)
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
Google TTS (Text-To-Speech) for node.js
github.com/sefinek24/google-tts-api
sefinek24/google-tts-api
@sefinek/google-tts-api
/
dist
/
assertInputTypes.d.ts
3 lines
•
178 B
TypeScript
View Raw
1
2
3
declare
const
assertInputTypes
:
(
text
:
string
,
lang
:
string
,
slow
:
boolean
,
host
:
string
) =>
void
;
export
default
assertInputTypes;
//# sourceMappingURL=assertInputTypes.d.ts.map