Skip to content
This repository has been archived by the owner before Nov 9, 2022. It is now read-only.

WebReflection/cloner

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

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

Stars

Watchers

Forks

Packages

No packages published