Files
MoonPro.net/ES3/Scripts/src/utils/isBrowser.js
T
2019-12-31 09:56:39 +01:00

2 lines
117 B
JavaScript

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