UNPKG

jpush-async

Version:

JPush's officially supported Node.js client library.

8 lines (7 loc) 144 B
/** * @author: JPush */ module.exports = { JPush: require('./lib/JPush/JPush.js'), JPushAsync: require('./lib/JPush/JPushAsync.js') }