@tarojs/taro-h5
Version:
Taro h5 framework
9 lines (6 loc) • 327 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 授权
const authorizeForMiniProgram = /* @__PURE__ */ temporarilyNotSupport('authorizeForMiniProgram');
const authorize = /* @__PURE__ */ temporarilyNotSupport('authorize');
export { authorize, authorizeForMiniProgram };
//# sourceMappingURL=authorize.js.map