Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
650 contributions in the last year
Activity overview
Contribution activity
September 2020
- papb/expo Objective-C
- papb/expo-notifications-issue-test TypeScript
- papb/ava JavaScript
- papb/tree-shortcut TypeScript
Created a pull request in avajs/ava that received 13 comments
Improve typings for `t.is` and `t.deepEqual`
This PR improves typings for t.is. I created a test to show the difference. In short, the code below will compile fine, while the typings should gi…
+20
−4
•
13
comments
Created an issue in microsoft/TypeScript that received 9 comments
Literal string types downgraded to `string` at generic function call (which doesn't happen with a mixed type!)
TypeScript Version: 4.0.2 Search Terms: literal string type, mixed union type, generic function call, type inference Code declare function mixed(): f…
9
comments