UNPKG

typedux

Version:

Slightly adjusted Redux (awesome by default) for TS

11 lines 218 B
/** * Check object shape to see if * its a valid ILeafReducer * * @param o * @returns {boolean} */ export function isLeafReducer(o) { return o.leaf && o.defaultState; } //# sourceMappingURL=LeafReducer.js.map