GoScrobble/web/node_modules/react-cookie/es6/utils.js

6 lines
197 B
JavaScript

export function isInBrowser() {
return (typeof window !== 'undefined' &&
typeof window.document !== 'undefined' &&
typeof window.document.createElement !== 'undefined');
}