We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb6002 commit d26585eCopy full SHA for d26585e
src/utils/object.js
@@ -1,5 +1,3 @@
1
-import { clone as _clone } from 'lodash-es';
2
-
3
export const clone = function (val) {
4
try {
5
return structuredClone(val);
0 commit comments