UNPKG

@kabbi/react-redux-form

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