ITADN

Replace `_.cloneDeep()` with `structuredClone()`

#1ClosedLukeStanbery89 创建于 2023-03-07
documentation
L
LukeStanbery89commented
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 条评论