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
/
index.d.ts
4 lines
(3 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
import
WXRobot
from
'./robots/WXRobot'
;
import
DingRobot
from
'./robots/DingRobot'
;
export
{
WXRobot
,
DingRobot
};