Skip to content

Instantly share code, notes, and snippets.

@elishaterada
Created August 25, 2018 07:14
Show Gist options
  • Select an option

  • Save elishaterada/0abc745f5c2c546c3a3bc4207ada60d2 to your computer and use it in GitHub Desktop.

Select an option

Save elishaterada/0abc745f5c2c546c3a3bc4207ada60d2 to your computer and use it in GitHub Desktop.
Check if it's a browser
const isBrowser = (typeof window !== 'undefined');
export default isBrowser;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment