ReactiveX / IxJS

The Interactive Extensions for JavaScript
https://reactivex.io/IxJS/
MIT License
1.33k stars 74 forks source link

chore(types/merge): fix return type for merge with 5, 6 args #355

Closed dgadelha closed 11 months ago

dgadelha commented 1 year ago

Description: Fixes return type for merge with 5 or 6 generic types, matching the other cases.

Related issue (if exists): -