UNPKG
@minto-ai/xunfei-lat
Version:
latest (2.2.5)
2.2.5
2.2.3
2.2.2
2.2.1
2.1.1
2.1.0
2.0.6
2.0.5
2.0.3
1.0.1
讯飞LAT 语音转文本
@minto-ai/xunfei-lat
/
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
, };