@tarojs/taro-h5
Version:
Taro h5 framework
10 lines (7 loc) • 423 B
JavaScript
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