@tarojs/taro-h5
Version:
Taro h5 framework
10 lines (7 loc) • 334 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 判断支持版本
const isVKSupport = /* @__PURE__ */ temporarilyNotSupport('isVKSupport');
// 视觉算法
const createVKSession = /* @__PURE__ */ temporarilyNotSupport('createVKSession');
export { createVKSession, isVKSupport };
//# sourceMappingURL=visual.js.map