UNPKG

@tarojs/taro-h5

Version:
10 lines (7 loc) 401 B
import { temporarilyNotSupport } from '../../utils/index.js'; // 录音 const stopRecord = /* @__PURE__ */ temporarilyNotSupport('stopRecord'); const startRecord = /* @__PURE__ */ temporarilyNotSupport('startRecord'); const getRecorderManager = /* @__PURE__ */ temporarilyNotSupport('getRecorderManager'); export { getRecorderManager, startRecord, stopRecord }; //# sourceMappingURL=recorder.js.map