UNPKG

@tarojs/taro-h5

Version:
10 lines (7 loc) 423 B
import { temporarilyNotSupport } from '../../utils/index.js'; const reportMonitor = temporarilyNotSupport('reportMonitor'); const reportAnalytics = temporarilyNotSupport('reportAnalytics'); const reportEvent = temporarilyNotSupport('reportEvent'); const getExptInfoSync = temporarilyNotSupport('getExptInfoSync'); export { getExptInfoSync, reportAnalytics, reportEvent, reportMonitor }; //# sourceMappingURL=index.js.map