UNPKG

@jinyexin/wechat

Version:

A simple wechat server lib

10 lines (9 loc) 276 B
/** * Created by enixjin on 4/12/17. */ export * from "./wechatController"; export * from "./message"; export * from "./util/wechatUtils"; export * from "./service/wechatService"; export * from "./handler/abstractHandler"; export * from "./handler/defaultHandler";