UNPKG
@minto-ai/huoshan-mp-tts
Version:
latest (1.0.42)
1.0.42
1.0.41
1.0.40
1.0.39
1.0.38
1.0.37
1.0.36
1.0.35
1.0.33
1.0.32
1.0.31
1.0.30
1.0.29
1.0.27
1.0.26
1.0.25
1.0.23
1.0.22
1.0.2
借助“火山引擎在线语音合成API”实现微信小程序端“文本转语音
@minto-ai/huoshan-mp-tts
/
dist
/
handler
/
core
/
index.d.ts
5 lines
(4 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
import
{
default
as
InterfaceHandler
}
from
'./interface-handler'
;
import
{
default
as
BaseHandler
}
from
'./base-handler'
;
export
{
BaseHandler
, };
export
type
{
InterfaceHandler
, };