Erik Helmers
Results
2
comments of
Erik Helmers
Same here. Happens when building Node.JS apps with [pkg](https://github.com/zeit/pkg). Hope this could be fixed :)
To address the first caveat, don't we need just need something like : ```typescript type TypeToFunc = { [P in Extract]: Set[P] extends Function ? Set[P]: (arg: Set[P]) => void...