Object-Assign-Deep
Object-Assign-Deep copied to clipboard
Add support for preserving native JS objects such as Date() and Buffer()
Native objects are currently stripped of their prototype, but it would be easy enough to preserve them through the cloning process.