sindresorhus / ts-extras

Essential utilities for TypeScript projects
MIT License
587 stars 15 forks source link

Fix return type of `objectKeys()` #14

Closed jonahsnider closed 2 years ago

jonahsnider commented 2 years ago

Resolves #13

Implements the same type logic as #12.

sindresorhus commented 2 years ago

Tests are failing

sindresorhus commented 2 years ago

Can you add the type to the object entries type too?