UNPKG

orbit-state-tree

Version:
9 lines (7 loc) 187 B
import build from 'redux-object' /** * Return a record from current state tree */ export default function recordSelector (state, type, id) { return build(state.entities, type, id) }