The Wayback Machine - https://web.archive.org/web/20201015085350/https://github.com/WebReflection/cloner
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
cjs
 
 
esm
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

cloner

Build Status Coverage Status

An utility to deeply clone objects.

import cloner from 'cloner';
// const cloner = require('cloner');
// <script src=//unpkg.com/cloner></script>

const target = cloner(source);

About

Cloning ES5+ objects in a shallow or deep way

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.