Last active
January 29, 2023 23:26
-
-
Save bertolo1988/0ef7f52a8fa9e00cd09aae76de170ee1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Method name | string | number | boolean | undefined | null | Symbol | BigInt | |
---|---|---|---|---|---|---|---|---|
cloneJSON | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | |
structuredClone | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | |
underscoreContribClone | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
cloneNemisj | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
cloneTrincot | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
cloneKoolDandy | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
cloneRfdc | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
justClone | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
cloneDeep | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | |
cloneLib | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
cloneDeepLodash | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment