Replace `_.cloneDeep()` with `structuredClone()`
documentation
Lodash's [cloneDeep](https://lodash.com/docs/#cloneDeep) function can be replaced by [structuredClone](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone).
关闭于 2023-03-08 2 条评论