UNPKG

@tarojs/taro-h5

Version:
10 lines (7 loc) 429 B
import { temporarilyNotSupport } from '../../utils/index.js'; // 收藏 const addVideoToFavorites = temporarilyNotSupport('addVideoToFavorites'); const addFileToFavorites = temporarilyNotSupport('addFileToFavorites'); const checkIsAddedToMyMiniProgram = temporarilyNotSupport('checkIsAddedToMyMiniProgram'); export { addFileToFavorites, addVideoToFavorites, checkIsAddedToMyMiniProgram }; //# sourceMappingURL=favorites.js.map