UNPKG

@yorkjs/wechat

Version:

process wechat auth/pay/share tool

3 lines (2 loc) 192 B
import { ApiList, Signture, ShareInfo } from './type'; export declare function share(wx: any, signature: Signture, jsApiList: ApiList, shareInfo: ShareInfo, debug?: boolean): Promise<void>;