@tarojs/taro-h5
Version:
Taro h5 framework
9 lines (6 loc) • 312 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 用户信息
const getUserProfile = /* @__PURE__ */ temporarilyNotSupport('getUserProfile');
const getUserInfo = /* @__PURE__ */ temporarilyNotSupport('getUserInfo');
export { getUserInfo, getUserProfile };
//# sourceMappingURL=user-info.js.map