@tarojs/taro-h5
Version:
Taro h5 framework
10 lines (7 loc) • 487 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
const reportMonitor = /* @__PURE__ */ temporarilyNotSupport('reportMonitor');
const reportAnalytics = /* @__PURE__ */ temporarilyNotSupport('reportAnalytics');
const reportEvent = /* @__PURE__ */ temporarilyNotSupport('reportEvent');
const getExptInfoSync = /* @__PURE__ */ temporarilyNotSupport('getExptInfoSync');
export { getExptInfoSync, reportAnalytics, reportEvent, reportMonitor };
//# sourceMappingURL=index.js.map