DenisFrezzato / hyper-ts

Type safe middleware architecture for HTTP servers
https://denisfrezzato.github.io/hyper-ts/
MIT License
391 stars 18 forks source link

ReaderMiddleware missing ichainW reader widening added #42

Closed mlegenhausen closed 3 years ago

mlegenhausen commented 3 years ago

This PR adds the missing widening of the Reader part of the ichainW function from the ReaderMiddleware.

DenisFrezzato commented 3 years ago

Thanks @mlegenhausen