UNPKG

@grandlinex/react-components

Version:
16 lines (15 loc) 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getSaveWindow; /** * Helper function to get the window object. Fix for webpack build. */ function getSaveWindow() { return typeof window !== 'undefined' ? window : { document: { body: {}, }, }; }