UNPKG

redux-first-router

Version:

think of your app in states not routes (and, yes, while keeping the address bar in sync)

9 lines (7 loc) 203 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (action) { return !!(action.meta && action.meta.location && action.meta.location.current); };