Closed sleexyz closed 7 years ago
Original issue: #16
As of 0.38, Flow now strictly enforces tuple arity, which causes an issue with the current typing of allAny
allAny
This PR sets the payload type of allAny to be inferred.
I'm running flow 0.39, and this change removes errors on import.
Thanks for the update!
Original issue: #16
As of 0.38, Flow now strictly enforces tuple arity, which causes an issue with the current typing of
allAny
This PR sets the payload type of
allAny
to be inferred.I'm running flow 0.39, and this change removes errors on import.