README
deep-copy
- Performs deep copy on objects
- Simple & efficient
- Works both in the browser and with Node
- Performs deep copy on objects - Simple & efficient - Works both in the browser and with Node
<script type="module">
import smartfaceDeepCopy from 'https://cdn.skypack.dev/@smartface/deep-copy';
</script>