UNPKG

@fluido/react-components

Version:
13 lines (12 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.testIsSSR = void 0; const testIsSSR = () => { try { return !window; } catch (err) { return true; } }; exports.testIsSSR = testIsSSR;