We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3c358b3
There was an error while loading. Please reload this page.
This release adds the following methods:
array.deepCopy
object.deepCopy
Also, the usage of JavaScript's built-in slice() method has been deprecated in favor of structuredClone() for better immutability.
slice()
structuredClone()
a0bbcb2
✨ Engage!