UNPKG
open-im-sdk-for-cocos
Version:
latest (3.8.11)
3.8.11
3.8.10
3.8.9
3.8.8
3.8.7
3.8.6
3.8.5
3.8.4
3.8.3
3.8.2
3.8.1
3.8.0
3.8.0-rc.2
OpenIM SDK for js extend cocos
github.com/CNyezi/open-im-sdk-web-cocos
openimsdk/open-im-sdk
open-im-sdk-for-cocos
/
lib
/
utils
/
textCoder.d.ts
3 lines
(2 loc)
•
127 B
TypeScript
View Raw
1
2
3
export
declare
function
utf8Encode
(
str
:
string
):
ArrayBuffer
;
export
declare
function
utf8Decode
(
buffer
:
ArrayBuffer
):
string
;