blob: c1c445c03b1be868ee1e49d2f80a2d3d63ea6a9d (
plain) (
blame)
1
2
3
4
5
6
|
"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
|