-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object.keys to use keyof #13254
Labels
Duplicate
An existing issue was already created
Comments
See #12253 (comment) |
you can make a local copy of |
@jwbay thanks. Anders's comment in the other thread makes perfect sense. I'll close this. |
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TypeScript Version: 2.1.1
Code
With the latest
keyof
feature in TypeScript, I'd expectObject.keys()
to return them. In code:The text was updated successfully, but these errors were encountered: