UNPKG
@yorkjs/wechat
Version:
latest (2.0.0)
2.0.0
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.0.1
process wechat auth/pay/share tool
github.com/yorkjs/wechat
yorkjs/wechat
@yorkjs/wechat
/
types
/
share.d.ts
3 lines
(2 loc)
•
192 B
TypeScript
View Raw
1
2
3
import
{
ApiList
,
Signture
,
ShareInfo
}
from
'./type'
;
export
declare
function
share
(
wx
:
any
,
signature
:
Signture
,
jsApiList
:
ApiList
,
shareInfo
:
ShareInfo
,
debug
?:
boolean
):
Promise
<
void
>;