repeaterjs/repeater

Repeater.race typings are incorrect

brainkim opened this issue · 1 comments

Promises which are passed to Repeater.race are added to the inferred yield of the returned iterator. It should be added to the return value instead somehow.

Can’t reproduce when testing types. It seems like inference works as expected.