@tarojs/taro-h5
Version:
Taro h5 framework
9 lines (6 loc) • 318 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 广告
const createRewardedVideoAd = temporarilyNotSupport('createRewardedVideoAd');
const createInterstitialAd = temporarilyNotSupport('createInterstitialAd');
export { createInterstitialAd, createRewardedVideoAd };
//# sourceMappingURL=index.js.map