Skip to content

Instantly share code, notes, and snippets.

@ezekielchentnik
Created September 2, 2016 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezekielchentnik/63c83601f6c12d0d63812157b61c846f to your computer and use it in GitHub Desktop.
Save ezekielchentnik/63c83601f6c12d0d63812157b61c846f to your computer and use it in GitHub Desktop.
Simple helper to facilitate checking for browser when doing SSR
export default typeof window !== 'undefined'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment