UNPKG
share-light
Version:
latest (1.0.2)
1.0.2
1.0.0
0.0.5
0.0.1
轻量级的分享SDK
novlan1.github.io/docs/plugin-light/zh/share-light.html
novlan1/plugin-light
share-light
/
lib
/
types-helper.js
2 lines
(1 loc)
•
72 B
JavaScript
View Raw
1
2
const
e={
Wechat
:
1
,
Timeline
:
2
,
QQ
:
3
,
QZone
:
4
};
export
{e
as
SHARE_TYPE_MAP
};