Created
January 15, 2019 04:53
-
-
Save ProdigySim/c3ecefb6f5738a5cd0052373f293f7f0 to your computer and use it in GitHub Desktop.
Tyescript Values macro
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
| // Get the types of all properties of T: | |
| type Values<T> = T[keyof T]; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g.