Skip to content
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

Rename Omit to Except #44

Merged
merged 4 commits into from
Jul 5, 2019
Merged

Rename Omit to Except #44

merged 4 commits into from
Jul 5, 2019

Conversation

kainiedziela
Copy link
Contributor

@kainiedziela kainiedziela commented Jul 3, 2019

Fixes #27

TypeScript incorporated the Omit type without making it strict. This pull request changes the type-fest-Omit naming to Except, that allows for the usage of the native TypeScript-Omit type, while maintaining the stricter usage of the type-fest solution.

readme.md Outdated Show resolved Hide resolved
source/except.d.ts Outdated Show resolved Hide resolved
@sindresorhus sindresorhus merged commit cfac1de into sindresorhus:master Jul 5, 2019
@sindresorhus
Copy link
Owner

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename Omit
2 participants