UNPKG
wxapi
Version:
latest (0.0.0)
0.0.0
个人版微信API Wechat API
github.com/leizongmin/weixin-api
leizongmin/weixin-api
wxapi
/
index.js
8 lines
(6 loc)
•
110 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * wxapi * *
@author
Zongmin Lei <leizongmin
@gmail
.com> */
module.exports =
require
(
'./src'
).
default
;