-
Notifications
You must be signed in to change notification settings - Fork 3
Use Object.entries #15
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
Comments
Hi monolithed, Unfortunately Actually though, your mentioning this made me realize that it should be using |
I believe people know about polyfils. |
Consumers shouldn't need to install a polyfill to use a 40 line library. |
Alright, should be fixed. The new version simply says return Object.keys(e) as Array<keyof T>; |
I believe the second example looks more elegant
The text was updated successfully, but these errors were encountered: