César Suárez Ortega

Results 2 comments of César Suárez Ortega

Related: https://github.com/kozhevnikov/proxymise/pull/8

Now there is a `@types/proxymise` package to have correct typings: ```ts import proxymise from 'proxymise'; function example(): ReturnType { return proxymise(foo); } ```