# clone **Repository Path**: mirrors_defunctzombie/clone ## Basic Information - **Project Name**: clone - **Description**: object deep clone component - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # clone Object clone supporting `date`, `regexp`, `array` and `object` types. ## Example ```js var obj = clone({ a: 'b', c: [ new Date(), 'tobi', 'jane' ] }) ``` ## API ### clone(obj) Clones `obj` recursively and returns it. ## License MIT