UNPKG

261 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 设置
4const openSetting = temporarilyNotSupport('openSetting');
5const getSetting = temporarilyNotSupport('getSetting');
6
7export { getSetting, openSetting };
8//# sourceMappingURL=settings.js.map