UNPKG

@tarojs/taro-h5

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