UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

9 lines (8 loc) 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isWindowAvailable = exports.default = void 0; const isWindowAvailable = () => typeof window !== 'undefined' && typeof document !== 'undefined'; exports.isWindowAvailable = isWindowAvailable; var _default = exports.default = isWindowAvailable;