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

Add ArraySplice and OmitDeep type #816

Merged
merged 4 commits into from
Mar 4, 2024

Conversation

Emiyaaaaa
Copy link
Collaborator

@Emiyaaaaa Emiyaaaaa commented Feb 18, 2024

Fixes #343
Fixes #576

I was trying to implement OmitDeep, but It required ArraySplice, so I implemented ArraySplice along with it in one PR.

source/array-splice.d.ts Outdated Show resolved Hide resolved
source/array-splice.d.ts Show resolved Hide resolved
readme.md Outdated Show resolved Hide resolved
source/array-splice.d.ts Outdated Show resolved Hide resolved
source/array-splice.d.ts Outdated Show resolved Hide resolved
source/internal.d.ts Outdated Show resolved Hide resolved
source/internal.d.ts Outdated Show resolved Hide resolved
source/omit-deep.d.ts Outdated Show resolved Hide resolved
source/omit-deep.d.ts Outdated Show resolved Hide resolved
source/omit-deep.d.ts Outdated Show resolved Hide resolved
@Emiyaaaaa Emiyaaaaa requested a review from sindresorhus March 4, 2024 03:45
@sindresorhus sindresorhus merged commit 0e196aa into sindresorhus:main Mar 4, 2024
6 checks passed
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.

feature request: Omitdeep idea: Omit/PickDeep type
2 participants