Skip to content

Instantly share code, notes, and snippets.

@crrmacarse
Last active January 28, 2020 07:32
Show Gist options
  • Save crrmacarse/1f1081986bbde94f6de1961713858650 to your computer and use it in GitHub Desktop.
Save crrmacarse/1f1081986bbde94f6de1961713858650 to your computer and use it in GitHub Desktop.
Validate If the current environment is a browser
const hasDom = (typeof window !== 'undefined' && typeof document !== 'undefined')
export default hasDom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment