Files
MoonPro.net/MP-MON/Scripts/src/utils/isBrowser.js
T
2020-01-31 16:44:33 +01:00

2 lines
117 B
JavaScript

export default typeof window !== 'undefined' && typeof document !== 'undefined' && typeof navigator !== 'undefined';