Created
November 30, 2017 18:35
-
-
Save bcherny/a8646d54545afe7a8e372a83fbee248b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Shadows built-in $Keys | |
| type $Keys<A> = number | |
| type A<B> = $Keys<B> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment