# cloner **Repository Path**: mirrors_WebReflection/cloner ## Basic Information - **Project Name**: cloner - **Description**: Cloning ES5+ objects in a shallow or deep way - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cloner [![Build Status](https://travis-ci.com/WebReflection/cloner.svg?branch=master)](https://travis-ci.com/WebReflection/cloner) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/cloner/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/cloner?branch=master) An utility to deeply clone objects. ```js import cloner from 'cloner'; // const cloner = require('cloner'); // const target = cloner(source); ```