export default {
get name() {
return 'ExponentUpdates';
},
async reload() {
location.reload(true);
},
async reloadFromCache() {
location.reload(false);
},
};
//# sourceMappingURL=ExponentUpdates.web.js.map