DenisFrezzato / hyper-ts

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

Add indexed functions #54

Closed DenisFrezzato closed 3 years ago

DenisFrezzato commented 3 years ago

Add imap, ibindTo, ibind, ibindW, iapS, iapSW in Middleware and ReaderMiddleware modules. Fix type signature of apS of ReaderMiddleware, adding widening of R.

Closes https://github.com/DenisFrezzato/hyper-ts/issues/48.