Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 489 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 489 Bytes

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);