cujojs / most

Ultra-high performance reactive programming
MIT License
3.5k stars 231 forks source link

fix(types): improve higher-order combinator TS types #483

Closed briancavalier closed 6 years ago

briancavalier commented 6 years ago

Summary

Use TS this argument type to provide correct types for higher-order methods join, switch, etc. in the same way that awaitPromises does.