| 59 | ) => TMergedProps |
| 60 | |
| 61 | interface PureSelectorFactoryComparisonOptions<TStateProps, TOwnProps, State> { |
| 62 | readonly areStatesEqual: ExtendedEqualityFn<State, TOwnProps> |
| 63 | readonly areStatePropsEqual: EqualityFn<TStateProps> |
| 64 | readonly areOwnPropsEqual: EqualityFn<TOwnProps> |
| 65 | } |
| 66 | |
| 67 | function pureFinalPropsSelectorFactory< |
| 68 | TStateProps, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…