UNPKG

@ngbrown/react-redux-form

Version:

Create Forms Easily with React and Redux

6 lines (5 loc) 131 B
export default function getModel(model, state) { return (typeof model === 'function' && state) ? model(state) : model; }