| 27 | : never |
| 28 | |
| 29 | export interface DispatchProp<A extends Action<string> = UnknownAction> { |
| 30 | dispatch: Dispatch<A> |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * A property P will be present if: |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…