UNPKG

redux-form

Version:

A higher order component decorator for forms using Redux and React

5 lines (4 loc) 152 B
var isEvent = function isEvent(candidate) { return !!(candidate && candidate.stopPropagation && candidate.preventDefault); }; export default isEvent;