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

feat: add pick and omit methods to InterfaceType #101

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

pavadeli
Copy link
Member

These methods provide features similar to TypeScript's builtin Pick and Omit types.

@pavadeli pavadeli force-pushed the pick-on-InterfaceType branch from b5d335b to e573bb1 Compare October 16, 2024 10:40
@pavadeli pavadeli enabled auto-merge (rebase) October 16, 2024 10:55
src/types/interface.ts Outdated Show resolved Hide resolved
These methods provide features similar to TypeScript's builtin `Pick` and `Omit` types.

Co-Authored-By: Robin Kneepkens <robin@skunk.team>
@pavadeli pavadeli force-pushed the pick-on-InterfaceType branch from e573bb1 to cff27fb Compare October 17, 2024 07:13
@pavadeli pavadeli merged commit f059fe4 into next Oct 17, 2024
4 checks passed
@pavadeli pavadeli deleted the pick-on-InterfaceType branch October 17, 2024 07:22
Copy link

🎉 This PR is included in version 8.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants