"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SUPPORTED = exports.IS_BROWSER = void 0; exports.IS_BROWSER = typeof window !== "undefined"; exports.SUPPORTED = exports.IS_BROWSER && window.localStorage; //# sourceMappingURL=utils.js.map