redux-form/redux-form

View on GitHub
src/selectors/isDirty.types.js.flow

Summary

Maintainability
Test Coverage
// @flow
export type IsDirtyInterface = (state: any, ...fields?: string[]) => boolean