UNPKG
webhook-chatbot
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
群聊机器人消息推送,支持钉钉和企业微信
github.com/starryeve/webhook-chatbot
starryeve/webhook-chatbot
webhook-chatbot
/
lib
/
utils
/
sign.d.ts
3 lines
(2 loc)
•
68 B
TypeScript
View Raw
1
2
3
declare
function
sign
(
secret
:
string
):
string
;
export
default
sign;