Created
May 21, 2018 00:25
-
-
Save zerobias/e3ea9ff1657ce1a657309a882903c9aa 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
//@flow | |
class Foo<Properties: Object> { | |
$key: $Keys<Properties> | 'c'; | |
$value: $Values<Properties>; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment