UNPKG
dingtalk-robot-sender
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
钉钉机器人消息推送
github.com/x-cold/dingtalk-robot
x-cold/dingtalk-robot
dingtalk-robot-sender
/
index.js
6 lines
(3 loc)
•
80 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
const
chatBot =
require
(
'./lib/bot'
);
module
.
exports
= chatBot;