UNPKG

overmind-forms

Version:
2 lines 204 B
export const isFormValid = form => !Object.keys(form).find(fieldName => fieldName !== 'isValid' && typeof form[fieldName] === 'object' && !form[fieldName].isValid); //# sourceMappingURL=isFormValid.js.map