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(deep-clone): new package for deep clone obj/array #6

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

alimd
Copy link
Member

@alimd alimd commented Dec 21, 2023

This pull request adds a new package called deep-clone, which allows for deep cloning of nested objects and arrays in JavaScript. The package provides a function called deepClone that takes an object as input and returns a clone of the object. The function handles deeply nested objects and arrays, and also handles null and undefined values. The package includes TypeScript typings and is published under the MIT license.

@alimd alimd requested a review from njfamirm December 21, 2023 20:16
@alimd alimd self-assigned this Dec 21, 2023
@alimd alimd added the new-feature New features or options. label Dec 21, 2023
@alimd alimd enabled auto-merge December 21, 2023 20:16
@alimd alimd merged commit 3327bc8 into next Dec 21, 2023
2 checks passed
@alimd alimd deleted the feat/deep-clone branch December 21, 2023 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature New features or options.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant