UNPKG

273 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 微信运动
4const shareToWeRun = temporarilyNotSupport('shareToWeRun');
5const getWeRunData = temporarilyNotSupport('getWeRunData');
6
7export { getWeRunData, shareToWeRun };
8//# sourceMappingURL=werun.js.map