UNPKG
google-tts-api
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.2-alpha.1
0.0.1
0.0.0-alpha
Google TTS (Text-To-Speech) for node.js
github.com/zlargon/google-tts
zlargon/google-tts
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