UNPKG

orb-ui-firebase

Version:

Firebase with redux

11 lines (9 loc) 218 B
export function getAllPaths(state) { return state.paths; } export function getPath(state, location) { if (state.paths !== undefined && state.paths[location]) { return state.paths[location]; } return {}; }