UNPKG
lib-wechat
Version:
latest (1.0.1)
1.0.1
0.0.1
0.0.1-8
0.0.1-7
0.0.1-6
0.0.1-5
0.0.1-4
0.0.1-3
0.0.1-2
0.0.1-1
wx bot
github.com/liucl-cn/lib-wechat
liucl-cn/lib-wechat
lib-wechat
/
lib
/
utils.d.ts
5 lines
(4 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
getPgv
:
(
c
?:
string
) =>
string
;
export
declare
function
getDeviceID
(
):
string
;
export
declare
function
isRoomContact
(
user_name
:
string
):
boolean
;
export
declare
function
convertEmoji
(
s
:
string
):
string
;