UNPKG
jpush-async
Version:
latest (4.2.0)
4.2.0
4.1.0
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-rc.1
JPush's officially supported Node.js client library.
www.jiguang.cn
jpush/jpush-api-nodejs-client
jpush-async
/
index.js
8 lines
(7 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@author
: JPush */
module
.
exports
= {
JPush
:
require
(
'./lib/JPush/JPush.js'
),
JPushAsync
:
require
(
'./lib/JPush/JPushAsync.js'
) }