skiano / is-frontend

A utility to check if you are on the frontend in an isomorphic js app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-frontend

A utility to check if you are on the frontend in an isomorphic js app

Installation

npm install is-frontend

Usage

var isFrontend = require('is-frontend');

if (isFrontend()) {
  // safe to access window
}

About

A utility to check if you are on the frontend in an isomorphic js app


Languages

Language:JavaScript 100.0%