UNPKG

koot

Version:

Koot.js - React isomorphic framework created by CMUX

6 lines (5 loc) 211 B
module.exports = (nextState, isAlwaysTrue) => ( (isAlwaysTrue || typeof location === 'undefined' || __SERVER__ || __SPA__) ? true : (nextState.location.pathname === location.pathname) )