pvorb / clone

deeply clone arbitrary objects in javascript
https://www.npmjs.com/package/clone
MIT License
781 stars 129 forks source link

Mention in readme that native `structuredClone` could be used instead #123

Open jimmywarting opened 1 year ago

jimmywarting commented 1 year ago

...as a good general practices.

Dose not clone same stuff. like it can't clone Promises for instance. But can solve the job for some common task.