ReactiveX / IxJS

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

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

Closed dgadelha closed 8 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): -