UNPKG
@mt-utils/xunfei-lat
Version:
latest (2.10.7)
2.10.7
2.10.6
2.10.5
2.10.3
2.10.2
2.10.1
2.10.0
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
讯飞LAT 语音转文本
@mt-utils/xunfei-lat
/
dist
/
utils
/
encode.d.ts
3 lines
(2 loc)
•
80 B
TypeScript
View Raw
1
2
3
declare
const
toBase64
:
(
buffer
:
Array
<
number
>
) =>
string
;
export
{ toBase64 };