UNPKG

@use-services/wechatpub

Version:
15 lines (13 loc) 236 B
# WechatPub ```ts import * as WechatPub from "@use-services/wechatpub"; const options = { wechatpub: { init: WechatPub.init, args: { appId: "", secret: "", }, } as WechatPub.Option<WechatPub.Service>, } ```