UNPKG

@tarojs/taro-h5

Version:
9 lines (6 loc) 295 B
import { temporarilyNotSupport } from '../../utils/index.js'; // 授权 const authorizeForMiniProgram = temporarilyNotSupport('authorizeForMiniProgram'); const authorize = temporarilyNotSupport('authorize'); export { authorize, authorizeForMiniProgram }; //# sourceMappingURL=authorize.js.map