@tarojs/taro-h5
Version:
Taro h5 framework
9 lines (6 loc) • 320 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 第三方平台
const getExtConfigSync = /* @__PURE__ */ temporarilyNotSupport('getExtConfigSync');
const getExtConfig = /* @__PURE__ */ temporarilyNotSupport('getExtConfig');
export { getExtConfig, getExtConfigSync };
//# sourceMappingURL=index.js.map